[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [paragui-users] SetTitle(), ~ListBox(), ~PG_Window()
From: |
Alexander Pipelka |
Subject: |
Re: [paragui-users] SetTitle(), ~ListBox(), ~PG_Window() |
Date: |
Sat, 21 Dec 2002 13:59:09 +0100 |
User-agent: |
KMail/1.5 |
Am Samstag, 21. Dezember 2002 13:44 schrieb H. C.:
> Hi!
> Apparently, my last message was "eaten" by the mailing list. Nevertheless,
> here's an updated one:
> SetTitle() should Update() the titlebar's buttons, since they'll be hidden
> as soon as one calls SetTitle().
Ok. I'll take a look on that.
> Finally, I have two questions:
> Shouldn't PG_ListBox's destructor contain the same things PG_WidgetList's
> does?
No. PG_ListBox is derived from PG_WidgetList. :))
> Shouldn't the destructor of PG_Window delete all of its buttons?
No. The PG_Widget class takes care of all child widgets (if you delete a
widget all it's child widgets will be also deleted).
> Many thanks in advance!
You're welcome ;-)
Alex