paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] Problem deleting widget


From: Andrew Ford
Subject: Re: [paragui-users] Problem deleting widget
Date: Wed, 10 Jul 2002 14:41:51 -0700 (PDT)

Sorry, I should add that the parent-child relationship
is defined with AddChild, or specifying a parent
pointer in the widget's constructor.

> > Well, this is indeed interesting. But how is this
> > parent-child relation 
> > established? If I do something like this:
> > 
> > PG_Widget *parent = new PG_Widget(...);
> > PG_Widget *child = new PG_Widget(parent, ...);
> > 
> > Does that mean that
> > 
> > delete parent;
> > 
> > Implies destruction of child? I wonder if this is
> > documented somewhere...
> > 
> > Thanks,
> > 
> > Sven
> > 
> > 
> > 
> > _______________________________________________
> > paragui-users mailing list
> > address@hidden
> >
>
http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
> 
> _______________________________________________
> paragui-users mailing list
> address@hidden
>
http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]