View Single Post
Old 11-11-2009, 06:18 AM   #41
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
Quote:
Originally Posted by Max View Post
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.

Last edited by ericshliao; 11-11-2009 at 06:31 AM.
ericshliao is offline   Reply With Quote