summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-11-11 18:59:12 +0100
committerChristian Persch <chpe@gnome.org>2009-11-27 19:14:43 +0100
commit65485cbc7c8d48513aa7e14477a2eacf82276f9b (patch)
tree8abceba1f76f251bfa21674f851abcd17326029a /docs
parente571273d81cc22bd258bfd47b6c53672043ea7da (diff)
downloadgtk+-65485cbc7c8d48513aa7e14477a2eacf82276f9b.tar.gz
Add UI manager attribute to always show image in menu items
Add always-show-image="true|false" attribute to <menuitem> element in UI manager markup. If present, it overrides the always-show-image property on image menu items. Bug #589842.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkuimanager.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkuimanager.sgml b/docs/reference/gtk/tmpl/gtkuimanager.sgml
index b25eaf91c7..22f5d8b848 100644
--- a/docs/reference/gtk/tmpl/gtkuimanager.sgml
+++ b/docs/reference/gtk/tmpl/gtkuimanager.sgml
@@ -49,7 +49,8 @@ Definitions</link>.
position (top|bot) &num;IMPLIED >
<!ATTLIST menuitem name &num;IMPLIED
action &num;REQUIRED
- position (top|bot) &num;IMPLIED >
+ position (top|bot) &num;IMPLIED
+ always-show-image (true|false) &num;IMPLIED >
<!ATTLIST toolitem name &num;IMPLIED
action &num;REQUIRED
position (top|bot) &num;IMPLIED >