Gtk how to remove scroll bar.
- by PP
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.