[glade3] * plugins/gtk+/gtk+.xml.in: Disable the GtkToolButton:menu property.



commit 8034880fe496d90511875f702c9b6fe1053e7ad7
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun Jan 9 15:37:57 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Disable the GtkToolButton:menu property.

 ChangeLog                |    2 ++
 plugins/gtk+/gtk+.xml.in |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6a59f03..0a3828c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,8 @@
 	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Add support for adding texttags to
 	texttagtable.
 
+	* plugins/gtk+/gtk+.xml.in: Disable the GtkToolButton:menu property.
+
 2011-01-08  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c,
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index b0cf6b3..43c2a6a 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -744,6 +744,11 @@ embedded in another object</_tooltip>
       <replace-child-function>glade_gtk_menu_tool_button_replace_child</replace-child-function>
       <get-children-function>glade_gtk_menu_tool_button_get_children</get-children-function>
       <special-child-type>menu</special-child-type>
+
+      <properties>
+	<property id="menu" disabled="True"/>
+      </properties>
+
     </glade-widget-class>
 
     <glade-widget-class name="GtkHandleBox" generic-name="handlebox" _title="Handle Box">



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