Re: [PHP-GTK] Casting
[email protected] ("Alan Morey [caint.com]")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
I was using Glade to create the buttons and then trying to add the arrow them. Is is possible to remove the child? alan On Sat, Jul 28, 2001 at 06:35:40PM -0500, Andrei Zmievski wrote: > No, it's not. That error means that button already has a child (probably > a label) and you can't add any more. You should create an empty button, > add a horizontal or vertical box to it and then pack label and arrow in > that box.