Quote:
Originally Posted by Max
I never use GtkViewPort and so far didn't found a way to hide the scroll bar.
|
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.