summaryrefslogtreecommitdiff
path: root/plugins/gtk+/gtk+.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/gtk+.xml.in')
-rw-r--r--plugins/gtk+/gtk+.xml.in24
1 files changed, 13 insertions, 11 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 28fc4270..a9e69cb5 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2429,27 +2429,29 @@
<type>GParamBoolean</type>
</parameter-spec>
</property>
- <property visible="True" save="False" id="start-size" default="1" _name="Number of items at the start" custom-layout="True">
+ <property visible="True" save="False" id="size" default="1" _name="Number of items" custom-layout="True">
<parameter-spec>
<type>GParamInt</type>
<min>0</min>
</parameter-spec>
- <_tooltip>The number of items at the start</_tooltip>
- </property>
- <property visible="True" save="False" id="end-size" default="1" _name="Number of items at the end" custom-layout="True">
- <parameter-spec>
- <type>GParamInt</type>
- <min>0</min>
- </parameter-spec>
- <_tooltip>The number of items at the end</_tooltip>
+ <_tooltip>The number of items in the header bar</_tooltip>
</property>
</properties>
+ <packing-properties>
+ <property id="pack-type" transfer-on-paste="True">
+ <displayable-values>
+ <!-- GtkPackType enumeration value -->
+ <value id="GTK_PACK_START" _name="Start"/>
+ <!-- GtkPackType enumeration value -->
+ <value id="GTK_PACK_END" _name="End"/>
+ </displayable-values>
+ </property>
+ </packing-properties>
<packing-actions>
<action id="remove_slot" _name="Remove Slot" stock="gtk-remove"/>
</packing-actions>
<actions>
- <action id="add_start" _name="Add Slot at start" stock="gtk-add"/>
- <action id="add_end" _name="Add Slot at end" stock="gtk-add"/>
+ <action id="add_slot" _name="Add Slot" stock="gtk-add"/>
</actions>
</glade-widget-class>