Re: [PHP-GTK] Casting
[email protected] ("Alan Morey [caint.com]")
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Well as i was going thru the arrows section in the gtk tutorial, showing how you can put Arrows on Buttons thats where i noticed the part on casting. I was trying to add an arrow to a button i already had displayed but i got an error Gtk-CRITICAL **: file gtkbin.c: line 217 (gtk_bin_add): assertion `bin->child == NULL' failed. And so i thought casting was the answer. alan On Sat, Jul28, 2001 at 06:10:25PM -0500, Andrei Zmievski wrote: > Since PHP is a loosely typed (and some would claim untyped) language, > why do you want to do this?