[glade3] * plugins/gtk+/glade-gtk.c: Enable GtkAssistant(child):complete property and override property n



commit 73ceebc315f54889cba0512d42d3d8f8d9b6ff2a
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Aug 30 14:47:35 2010 +0900

    	* 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."

 ChangeLog                |    7 +++++++
 plugins/gtk+/gtk+.xml.in |    4 +++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1acf4fc..6e8a1b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-30  Tristan Van Berkom <tristanvb openismus com>
+
+	* 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."
+
 2010-08-29  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-project.[ch]:
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 9aef1c1..4db98cf 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"/>



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