summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan@upstairslabs.com>2015-12-21 12:16:20 +0900
committerTristan Van Berkom <tristan@upstairslabs.com>2015-12-21 12:16:20 +0900
commitca346336d934d2b2662e0fc7a0c8c991fc677a4a (patch)
tree09c95be15d1decb8e79e17de3cf7d9b755ced3ef
parent7775dc5512abb9f412738db67b83650ae90e7952 (diff)
downloadglade-ca346336d934d2b2662e0fc7a0c8c991fc677a4a.tar.gz
Removed some unneeded listbox/flowbox related declarations
o Removed duplicate declaration of GtkListBoxRow o Removed redundant declaration of displayable values for the GtkSelectionMode type (they were previously declared by GtkListBox)
-rw-r--r--plugins/gtk+/gtk+.xml.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 33fa1954..11b83707 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2715,7 +2715,6 @@
<property id="selectable" since="3.14"/>
</properties>
</glade-widget-class>
- <glade-widget-class name="GtkListBoxRow" generic-name="listboxrow" _title="List Box Row" since="3.10"/>
<glade-widget-class name="GtkFlowBox" generic-name="flowbox" _title="Flow Box" use-placeholders="False" since="3.12">
@@ -2741,18 +2740,6 @@
<properties>
<property id="activate-on-single-click" default="True"/>
- <property id="selection-mode">
- <displayable-values>
- <!-- GtkSelectionMode enumeration value -->
- <value id="GTK_SELECTION_NONE" _name="None"/>
- <!-- GtkSelectionMode enumeration value -->
- <value id="GTK_SELECTION_SINGLE" _name="Single"/>
- <!-- GtkSelectionMode enumeration value -->
- <value id="GTK_SELECTION_BROWSE" _name="Browse"/>
- <!-- GtkSelectionMode enumeration value -->
- <value id="GTK_SELECTION_MULTIPLE" _name="Multiple"/>
- </displayable-values>
- </property>
</properties>
<packing-properties>