Re: GnomeDialog




On Fri, 4 Dec 1998, Rodrigo Moya wrote:
> 
> How can I access GnomeDialog children having only a pointer to the
> GnomeDialog itself?
> 

You have to add the children, so keep a pointer to them.

The exception is the vbox, which you should pack your children into. 
To access that just use GNOME_DIALOG(dialog)->vbox. 

If you are wanting to access any of the other preexisting children, you
are probably doing the wrong thing.

Havoc




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