widget reuse
- From: Beast <beast i6x org>
- To: gtk-perl-list gnome org
- Subject: widget reuse
- Date: Sat, 31 Dec 2005 12:36:56 +0700
Just curious, why reuse widget is not works:
my $spacer = Gtk2::Label->new();
$spacer->set_size_request(30,0);
$hbox->pack_start($spacer,FALSE,FALSE,0);
$hbox->pack_start($vbbox,FALSE,FALSE,0);
$hbox->pack_start($spacer,FALSE,FALSE,0);
error:
Gtk-CRITICAL **: file gtktable.c: line 598 (gtk_table_attach): assertion
`child->parent == NULL' failed at
TIA
--
--beast
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]