[glade] * plugins/gtk+/gtk+.xml.in: Disabling irrelevant properties for GtkScaleButton



commit d4d742cd3c2973fbdf5e703ec935f3073b23f71a
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Feb 5 16:32:28 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Disabling irrelevant properties for GtkScaleButton
    
    Conflicts:
    
    	ChangeLog
    	plugins/gtk+/gtk+.xml.in

 ChangeLog                |    4 ++++
 plugins/gtk+/gtk+.xml.in |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 04fa5be..c858045 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-05  Tristan Van Berkom <tristanvb openismus com>
+
+	* plugins/gtk+/gtk+.xml.in: Disabling irrelevant properties for GtkScaleButton
+
 2011-02-04  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-project.c:
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index cf8dd32..a955ca1 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1140,6 +1140,12 @@ embedded in another object</_tooltip>
     <glade-widget-class name="GtkScaleButton" generic-name="scalebutton" _title="Scale Button" since="2.12">
       <properties>
         <property id="orientation" since="2.14"/>
+
+	<!-- These props dont apply to scale buttons -->
+	<property id="glade-type" disabled="True"/>
+	<property id="label" disabled="True"/>
+	<property id="use-underline" disabled="True"/>
+	<property id="stock" disabled="True"/>
       </properties>
     </glade-widget-class>
 



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