gtk3: behavior of gtk_widget_set_size_request



I'm using gtk_widget_set_size_request on a GtkTreeView that gets
embedded in a scrolled window which in turn is embedded in a
larger window -- setting the width to 120 and leaving the height
unset.

This works as expected in gtk2, but in gtk3 the treeview's window
is much narrower (doesn't look like 120), and its width doesn't
respond even if I double the request. Am I missing some change in
the widget-sizing code?

Allin Cottrell



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