[Glade-users] Attempting to add a widget with type GtkLabel to a GtkExpander
Marcin Krzyzanowski
marcin.krzyzanowski at gmail.com
Sun Dec 17 16:01:14 EST 2006
Hi,
Today, glade3 from HEAD, reports:
(glade-3:19135): Gtk-WARNING **: Attempting to add a widget with type
GtkLabel to a GtkExpander, but as a GtkBin subclass a GtkExpander can only
contain one widget at a time; it already contains a widget of type GtkLabel
and crash.
This .glade file was created with glade-2 and GtkExpander has more than one
GtkLabel as a child. It's like this:
<widget class="GtkExpander"
id="DetailsExpander">
<child>
<widget class="GtkLabel"
id="DetailsLabel">
</widget>
</child>
<child>
<widget class="GtkLabel"
id="DetailsTitleLabel">
</widget>
</child>
</widget>
Now I'm not sure is it a bug now or in glade-2 ?
--
Marcin Krzyżanowski
http://www.hakore.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20061217/3fdfbcbd/attachment.html
More information about the Glade-users
mailing list