[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [gtk-list] which are the scrollable widgets
- From: Havoc Pennington <hp redhat com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] which are the scrollable widgets
- Date: Mon, 29 Nov 1999 14:33:28 -0500 (EST)
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]