Re: gtk-bin.c error when using frames



>Gtk-CRITICAL **: file gtkbin.c: line 217 (gtk_bin_add): assertion 
>`bin->child == NULL' failed.

you're attempting to add two children to a GtkBin object. you can't do
that. check the places where you call gtk_container_add().

--p




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