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


-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to