Quote:
Originally Posted by ericshliao
GtkViewport does not have scrollbar. The widget having scrollbar is GtkScrolledWindow. By associating pagebar event with gtk_viewport_set_vadjustment() or gtk_viewport_set_hadjustment(), it's very simple to scroll the viewport.
|
So thats the reason I couldn't found a way to hide the scroll bars

.
Then we only need to detect witch part of the image we are showing and scroll the image or jump to the next if necessary. I have little free time now and don't know when I could try this, but I will let you know how works.