[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [gtk-list] Killing Widgets Questions
- From: Patrice Fortier <Patrice Fortier aquarel fr>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Killing Widgets Questions
- Date: Sat, 20 Dec 1997 12:57:27 +0100
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]