mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-15 00:02:24 -04:00
2003-08-15 Joaquin Cuenca Abela <e98cuenc@yahoo.com> * src/glade-parameter.c: set 0.01 as the step for float and double parameters. * src/glade-widget-class.c: parse the PostCreateFunction value on glade_widget_class_extend_with_file. * widgets/gtkwindow.xml: put again the PostCreateFunction to set a reasonable default size for a window. * widgets/gtkmessagedialog.xml: reuse this xml file. * widgets/*.xml: remove some unneed tags, as name and generic_name, as now there are defined on gtk-base and gtk-additional.xml files.
16 lines
400 B
XML
16 lines
400 B
XML
<GladeWidgetClass>
|
|
<PackingProperties>
|
|
<Container Id="GtkTable">
|
|
<Packing Id="xexpand">True</Packing>
|
|
<Packing Id="yexpand">True</Packing>
|
|
<Packing Id="yshrink">False</Packing>
|
|
<Packing Id="xshrink">False</Packing>
|
|
<Packing Id="xfill">True</Packing>
|
|
<Packing Id="yfill">True</Packing>
|
|
</Container>
|
|
</PackingProperties>
|
|
</GladeWidgetClass>
|
|
|
|
|
|
|