RE: [gtk-list] Scrolled widgets





> -----Original Message-----
> From: Per Erik Stendahl [mailto:berrs@update.uu.se]
> Sent: Tuesday, September 14, 1999 2:59 PM
> To: gtk-list@redhat.com
> Subject: [gtk-list] Scrolled widgets
> 
> 
> 
> Hi.
> 
> Given a pointer to some unknown widget, is it possible to determine
> whether I should use gtk_scrolled_window_add_with_viewport() or
> gtk_container_add() to add that widget to a GtkScrolledWindow?
> 
> Thanks.
> 
Hi,

You can determine the type of the widget you want to add.

I think you should let you app know what widgets should be placed in a gtk_scrolled_window_add_with_viewport()  and which one provide a viewport of their own.

regards,

Arjan



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