diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 10:36:56 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 10:53:09 -0400 |
commit | e8147d15f74e62047c84eb95e393449722198d89 (patch) | |
tree | bceab2418b4c7a9cb25542a2686b58a063fb9185 /gtk/gtkaction.c | |
parent | 77831bf6fdceaed26b1d0b7e6dd9725cbdcf1fb8 (diff) | |
download | gtk+-e8147d15f74e62047c84eb95e393449722198d89.tar.gz |
Deprecate and ignore gtk-menu-images setting
GtkImageMenuItem images can still be enabled selectively by the app author
using the always-show-image property on the item.
Diffstat (limited to 'gtk/gtkaction.c')
-rw-r--r-- | gtk/gtkaction.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index 06138cbbf2..71413bc117 100644 --- a/gtk/gtkaction.c +++ b/gtk/gtkaction.c @@ -398,8 +398,7 @@ gtk_action_class_init (GtkActionClass *klass) /** * GtkAction:always-show-image: * - * If %TRUE, the action's menu item proxies will ignore the #GtkSettings:gtk-menu-images - * setting and always show their image, if available. + * If %TRUE, the action's menu item proxies will always show their image, if available. * * Use this property if the menu item would be useless or hard to use * without their image. @@ -1203,8 +1202,8 @@ gtk_action_get_is_important (GtkAction *action) * @action: a #GtkAction * @always_show: %TRUE if menuitem proxies should always show their image * - * Sets whether @action<!-- -->'s menu item proxies will ignore the - * #GtkSettings:gtk-menu-images setting and always show their image, if available. + * Sets whether @action<!-- -->'s menu item proxies will always show + * their image, if available. * * Use this if the menu item would be useless or hard to use * without their image. @@ -1235,9 +1234,8 @@ gtk_action_set_always_show_image (GtkAction *action, * gtk_action_get_always_show_image: * @action: a #GtkAction * - * Returns whether @action<!-- -->'s menu item proxies will ignore the - * #GtkSettings:gtk-menu-images setting and always show their image, - * if available. + * Returns whether @action<!-- -->'s menu item proxies will always + * show their image, if available. * * Returns: %TRUE if the menu item proxies will always show their image * |