summaryrefslogtreecommitdiff
path: root/plugins/gtk+/gtk+.xml.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-08-30 14:47:35 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-08-30 14:47:35 +0900
commit73ceebc315f54889cba0512d42d3d8f8d9b6ff2a (patch)
treed82f161d3b596f176a4303be848c3b5a78935820 /plugins/gtk+/gtk+.xml.in
parent39ab6597769a68a0fbf006a940865c4b622f49c0 (diff)
downloadglade-73ceebc315f54889cba0512d42d3d8f8d9b6ff2a.tar.gz
* plugins/gtk+/glade-gtk.c: Enable GtkAssistant(child):complete property
and override property name and tooltip for the Glade environment to say: "Initially Complete"/"Whether this page will initially be marked as complete regardless of user input."
Diffstat (limited to 'plugins/gtk+/gtk+.xml.in')
-rw-r--r--plugins/gtk+/gtk+.xml.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 9aef1c1f..4db98cf4 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -1747,7 +1747,9 @@ embedded in another object</_tooltip>
<property id="title" translatable="True" since="2.10"/>
<property id="header-image" since="2.10"/>
<property id="sidebar-image" since="2.10"/>
- <property id="complete" disabled="True"/>
+ <property id="complete" ignore="True" _name="Initially Complete">
+ <_tooltip>Whether this page will initially be marked as complete regardless of user input.</_tooltip>
+ </property>
<property id="page-type" ignore="True">
<displayable-values>
<value id="GTK_ASSISTANT_PAGE_CONTENT" _name="Content"/>