[glade] Removed some unneeded listbox/flowbox related declarations



commit ca346336d934d2b2662e0fc7a0c8c991fc677a4a
Author: Tristan Van Berkom <tristan upstairslabs com>
Date:   Mon Dec 21 12:16:20 2015 +0900

    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)

 plugins/gtk+/gtk+.xml.in |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 33fa195..11b8370 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]