[Glade-users] ToolItem property not restored
Tobias Weber
towb at celvina.de
Mon Sep 28 07:46:44 EDT 2009
Hi,
my toolbar looks different in Glade and my application.
<child>
<widget class="GtkSeparatorToolItem" id="toolbutton3">
<property name="visible">True</property>
<property name="draw">False</property>
</widget>
<packing>
<property name="expand">True</property>
<property name="homogeneous">True</property>
</packing>
</child>
After loading this using libglade 2.6.4 get_expand() returns False!
Setting it in code gives me the same look as in Glade.
More information about the Glade-users
mailing list