[glade] Added missing displayable values



commit 43865d7d4ea3891b07a991f00247501d827810b9
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri Feb 14 15:56:56 2014 -0300

    Added missing displayable values

 plugins/gladeui/gladeui.xml |   10 ++++++++++
 plugins/gtk+/gtk+.xml.in    |    8 ++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gladeui/gladeui.xml b/plugins/gladeui/gladeui.xml
index 69d97a4..2fbf863 100644
--- a/plugins/gladeui/gladeui.xml
+++ b/plugins/gladeui/gladeui.xml
@@ -33,6 +33,16 @@
        <property id="column-spacing" disabled="True"/>
        <property id="row-homogenous" disabled="True"/>
        <property id="column-homogenous" disabled="True"/>
+        <property id="page-type">
+          <displayable-values>
+            <value id="GLADE_PAGE_GENERAL" name="General"/>
+            <value id="GLADE_PAGE_COMMON" name="Common"/>
+            <value id="GLADE_PAGE_PACKING" name="Packing"/>
+            <value id="GLADE_PAGE_ATK" name="ATK"/>
+            <value id="GLADE_PAGE_QUERY" name="Query"/>
+            <value id="GLADE_PAGE_SIGNAL" name="Signal"/>
+          </displayable-values>
+        </property>
       </properties>
     </glade-widget-class>
 
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 184268e..62000d2 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2859,6 +2859,14 @@
               <value id="GTK_LICENSE_MIT_X11" _name="MIT X11"/>
               <!-- GtkLicense enumeration value -->
               <value id="GTK_LICENSE_ARTISTIC" _name="Artistic"/>
+              <!-- GtkLicense enumeration value -->
+              <value id="GTK_LICENSE_GPL_2_0_ONLY" _name="GPL 2.0 Only"/>
+              <!-- GtkLicense enumeration value -->
+              <value id="GTK_LICENSE_GPL_3_0_ONLY" _name="GPL 3.0 Only"/>
+              <!-- GtkLicense enumeration value -->
+              <value id="GTK_LICENSE_LGPL_2_1_ONLY" _name="LGPL 2.1 Only"/>
+              <!-- GtkLicense enumeration value -->
+              <value id="GTK_LICENSE_LGPL_3_0_ONLY" _name="LGPL 3.0 Only"/>
             </displayable-values>
           </property>
           


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