Hi, But I can't find any way to give the scrollable window scrollbars, and itdoesn't react to trying to scroll it using the mouse wheel, so to a user itsrather non-intuitive. Is there any way to get scroll bars into a GtkTreeView? Ian
Hi. Why not GtkScrolledWindow?Quote from: http://library.gnome.org/devel/gtk/stable/GtkScrolledWindow.html
The scrolled window can work in two ways. Some widgets have native scrolling support; these widgets have "slots" for GtkAdjustment objects. [5] Widgets with native scroll support include GtkTreeView, GtkTextView, and GtkLayout.
-- Vyacheslav Dimitrov.