Re: [PHP-GTK] Casting
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 29 Jul 2001, Alan Morey [caint.com] wrote: > I was using Glade to create the buttons and then trying to add > the arrow them. Is is possible to remove the child? Sure. $button->remove($button->child). -Andrei