summaryrefslogtreecommitdiff
path: root/plugins/gtk+/gtk+.xml.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@gnome.org>2009-01-27 21:15:59 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2009-01-27 21:15:59 +0000
commitf8dc325b555700536f99d06292360b96c0c647dd (patch)
tree62eeae49f0ea90155bd4057c97f9b3bd65988786 /plugins/gtk+/gtk+.xml.in
parentbd39a1e0781be66de4d2fca2d102bbc4dc67d4c3 (diff)
downloadglade-f8dc325b555700536f99d06292360b96c0c647dd.tar.gz
Bumping version for Anjuta dependancy
2009-01-27 Tristan Van Berkom <tvb@gnome.org> * configure.ac: Bumping version for Anjuta dependancy * plugins/gtk+/gtk+.xml.in: Added some metadata about GtkAction 2009-01-23 Tristan Van Berkom <tvb@gnome.org> * plugins/gtk+/glade-entry-editor.c, plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: updated for new GtkEntry property name changes. svn path=/trunk/; revision=2100
Diffstat (limited to 'plugins/gtk+/gtk+.xml.in')
-rw-r--r--plugins/gtk+/gtk+.xml.in34
1 files changed, 21 insertions, 13 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index d0df68cf..550a4b93 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -792,18 +792,18 @@ embedded in another object</_tooltip>
<property id="inner-border" since="2.10"/>
<property id="truncate-multiline" since="2.10"/>
<property id="shadow-type" since="2.12"/>
- <property id="gicon-primary" disabled="True"/>
- <property id="gicon-secondary" disabled="True"/>
- <property id="stock-primary" since="2.16" custom-layout="True" stock-icon="True"/>
- <property id="stock-secondary" since="2.16" custom-layout="True" stock-icon="True"/>
- <property id="pixbuf-primary" since="2.16" custom-layout="True"/>
- <property id="pixbuf-secondary" since="2.16" custom-layout="True"/>
- <property id="icon-name-primary" since="2.16" custom-layout="True" themed-icon="True"/>
- <property id="icon-name-secondary" since="2.16" custom-layout="True" themed-icon="True"/>
- <property id="activatable-primary" since="2.16" custom-layout="True"/>
- <property id="activatable-secondary" since="2.16" custom-layout="True"/>
- <property id="sensitive-primary" since="2.16" custom-layout="True"/>
- <property id="sensitive-secondary" since="2.16" custom-layout="True"/>
+ <property id="primary-icon-gicon" disabled="True"/>
+ <property id="secondary-icon-gicon" disabled="True"/>
+ <property id="primary-icon-stock" since="2.16" custom-layout="True" stock-icon="True"/>
+ <property id="secondary-icon-stock" since="2.16" custom-layout="True" stock-icon="True"/>
+ <property id="primary-icon-pixbuf" since="2.16" custom-layout="True"/>
+ <property id="secondary-icon-pixbuf" since="2.16" custom-layout="True"/>
+ <property id="primary-icon-name" since="2.16" custom-layout="True" themed-icon="True"/>
+ <property id="secondary-icon-name" since="2.16" custom-layout="True" themed-icon="True"/>
+ <property id="primary-icon-activatable" since="2.16" custom-layout="True"/>
+ <property id="secondary-icon-activatable" since="2.16" custom-layout="True"/>
+ <property id="primary-icon-sensitive" since="2.16" custom-layout="True"/>
+ <property id="secondary-icon-sensitive" since="2.16" custom-layout="True"/>
<property id="progress-fraction" since="2.16" custom-layout="True"/>
<property id="progress-pulse-step" since="2.16" custom-layout="True"/>
@@ -1831,7 +1831,15 @@ embedded in another object</_tooltip>
</glade-widget-class>
<glade-widget-class name="GtkAction" generic-name="action" _title="Action"
- libglade-unsupported="True" toplevel="True"/>
+ libglade-unsupported="True" toplevel="True">
+ <properties>
+ <property id="stock-id" stock-icon="True"/>
+ <property id="icon-name" themed-icon="True"/>
+ <property id="gicon" disabled="True"/>
+ <property id="action-group" disabled="True"/>
+ </properties>
+ </glade-widget-class>
+
<glade-widget-class name="GtkToggleAction" generic-name="toggleaction" _title="Toggle Action"
libglade-unsupported="True"/>
<glade-widget-class name="GtkRadioAction" generic-name="radioaction" _title="Radio Action"