Re: What means "assertion widget->parent == NULL' failed" ?



Herbert Haas <hhaas gmx at> writes:
Can somebody tell me what to do when I get the message:

Gtk-CRITICAL **: file gtkwidget.c: line 3360 (gtk_widget_set_parent):
assertion widget->parent == NULL' failed.


It means that the widget's parent is not NULL, i.e. the widget already
has a parent. So you add some widget to multiple containers.

Havoc




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