Re: [gtk-list] Killing Widgets Questions




Thomas S. Urban wrote:
> 2.  Also how to access widgets embedded in another
> widget.  Right now I am using a structure for each
> window type that contains pointers to all the widgets.
> Is access to the widgets builtin to gtk so that I
> don't need to do this?

Each container widget has a foreach() function that should do
what you want... Basically it allows you to perform an 
operation on all the widgets embedded.

Patrice.



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