Scrollbars in a GtkTreeView



Hi,

The GtkTreeView documentation talks about it having a "header_window" and a
scrollable "bin_window", but no more information about that scroll ability.
After some experimentation I found that if I used a gtk_widget_size_request
to limit the tree view height then it could be scrolled up and down using
the up/down arrow cursor keys.

But I can't find any way to give the scrollable window scrollbars, and it
doesn't react to trying to scroll it using the mouse wheel, so to a user its
rather non-intuitive. Is there any way to get scroll bars into a
GtkTreeView?

Ian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]