[glade] Set visible to False for popovers



commit bc6bf8e5f107fa437fa7a25ed0953b30f4228346
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 18 13:40:36 2015 -0500

    Set visible to False for popovers
    
    With respect to visibility, popovers should be treated like
    toplevels: It takes an explicit action to show them.

 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 4033501..1fe831b 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -3378,6 +3378,7 @@
         <constructor-function>glade_gtk_popover_constructor</constructor-function>
         <create-editable-function>glade_gtk_popover_create_editable</create-editable-function>
         <properties>
+          <property id="visible" default="False"/>
           <property id="relative-to" ignore="True" custom-layout="True"/>
           <property id="position" ignore="True" custom-layout="True"/>
           <property id="modal" ignore="True" custom-layout="True"/>
@@ -3398,6 +3399,7 @@
         <child-get-property-function>glade_gtk_popover_menu_get_child_property</child-get-property-function>
 
         <properties>
+          <property id="visible" default="False"/>
           <property id="visible-submenu" disabled="True"/>
           <property id="submenus" _name="Number of submenus" save="False" default="1" custom-layout="True">
             <parameter-spec>


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