Re: [gtk-list] which are the scrollable widgets




On 29 Nov 1999, Frode Vatvedt Fjeld wrote:
> 
> Is there a list of which widgets are "scrollable", i.e. the widgets
> doesn't need "add_with_viewport".
> 

You can check whether this is true:

(GTK_WIDGET_CLASS(GTK_OBJECT(widget)->klass)->set_scroll_adjustments_signal != 0)

If that expression is true then the widget is scrollable.

Havoc




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