[glade/wip/beniofel/popover: 10/19] Set visible to False for popovers



commit 04e1b4a3570e6eb9238a50894e30f7e85473cf81
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 12390e3..a389084 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -3362,6 +3362,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"/>
@@ -3382,6 +3383,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]