Re: error
- From: Sven Neumann <sven gimp org>
- To: gtkphpmail indiatimes com
- Cc: <gtk-list gnome org>
- Subject: Re: error
- Date: 05 Dec 2003 09:19:55 +0100
Hi,
"Shalabh Raizada" <gtkphpmail indiatimes com> writes:
> Gtk-CRITICAL **: file gtkbox.c: line 332 (gtk_box_pack_start):
> assertion 'child->parent == NULL' failed.
You are attempting to add a widget to a box but the widget has been
already been added to another container.
> Gtk-CRITICAL **: file gtkbox.c: line 217 (gtk_bin_add): assertion
> 'bin->child == NULL' failed.
You are attempting to add a widget to a GtkBin but the bin has a child
already and a bin can take only one child.
Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]