Gtk how to remove scroll bar.

Posted by PP on Stack Overflow See other posts from Stack Overflow or by PP
Published on 2010-03-17T09:15:53Z Indexed on 2010/03/18 5:01 UTC
Read the original article Hit count: 160

Filed under:

GTK how to remove scroll bar from GtkScrolledWindow. I want to keep scrolling but don't want the visual scrolling bar on right side i just want to hide it. using GTK + C.

I Tried gtk_widget_hide_all(gtk_scrolled_window_get_vscrollbar(GTK_SCROLLED_WINDOW(scrolled_window)));

but it does not work.

© Stack Overflow or respective owner

Related posts about gtk