Re: GtkList question



Faria, Sydney C wrote:
...
which is from 2.0 API for Tree Widgets.  Eric Harlow's book gives an example
that uses gtk_widget_set_usize(list, 250, 250) which is now deprecated. What to I use
to set a minumum size for the displayed list since I
am going to be starting out with an empty list box and would like to set
some sort of minimum size to this widget even though it
is empty.
gtk_widget_set_size_request(). gtk_widget_set_usize() API reference points to it, by the way.

        Olexiy



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