[glade] Gladeui plugin: Disable some properties on GladePropertyLabel



commit 1e2ea80ddac81a90d611009aaa5a9abc6771913c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun Apr 14 16:22:49 2013 +0900

    Gladeui plugin: Disable some properties on GladePropertyLabel

 plugins/gladeui/gladeui.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/plugins/gladeui/gladeui.xml b/plugins/gladeui/gladeui.xml
index 5f6cac2..f201025 100644
--- a/plugins/gladeui/gladeui.xml
+++ b/plugins/gladeui/gladeui.xml
@@ -36,7 +36,14 @@
       </properties>
     </glade-widget-class>
 
-    <glade-widget-class name="GladePropertyLabel" generic-name="propertylabel" title="Property Label" 
icon-name="widget-gtk-label"/>
+    <glade-widget-class name="GladePropertyLabel" generic-name="propertylabel" title="Property Label" 
icon-name="widget-gtk-label">
+      <properties>
+       <property id="property" disabled="True"/>
+       <property id="visible-window" disabled="True"/>
+       <property id="above-child" disabled="True"/>
+      </properties>
+    </glade-widget-class>
+
     <glade-widget-class name="GladePropertyShell" generic-name="propertyshell"
                        title="Property Shell" icon-name="widget-gtk-entry" use-placeholders="False">
       <properties>


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