[glade] GTK+ Plugin: Disable expander's use-underline / use-markup properties



commit 07cb7bf0db79f57ba6ab7856e7824f941a89fb8d
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri May 10 22:40:52 2013 +0900

    GTK+ Plugin: Disable expander's use-underline / use-markup properties
    
    We only allow adding a GtkLabel with Glade, no need to edit these
    properties on the expander.

 plugins/gtk+/gtk+.xml.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 240b53f..31e643e 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2124,6 +2124,8 @@ embedded in another object</_tooltip>
 
       <properties>
        <property id="label" disabled="True"/>
+       <property id="use-underline" disabled="True"/>
+       <property id="use-markup" disabled="True"/>
        <property id="label-widget" disabled="True"/>
         <property id="resize-toplevel" since="3.2"/>
 


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