diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 20:36:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 20:36:21 +0000 |
commit | a9b71314ee7e770bd1f9b00c14212190f3ac1427 (patch) | |
tree | 89a453049dfe787de48e30f442c858ecc48132e3 /gtk/gtkmenuitem.c | |
parent | 5591c434f876b7a0f3c62dec145a118671a32977 (diff) | |
download | gtk+-a9b71314ee7e770bd1f9b00c14212190f3ac1427.tar.gz |
Lots of trivial doc fixes.
Diffstat (limited to 'gtk/gtkmenuitem.c')
-rw-r--r-- | gtk/gtkmenuitem.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index c510a09e4f..15dedcf96f 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -1147,6 +1147,9 @@ _gtk_menu_item_refresh_accel_path (GtkMenuItem *menu_item, * This function is basically a convenience wrapper that handles calling * gtk_widget_set_accel_path() with the appropriate accelerator group for * the menu item. + * + * Note that you do need to set an accelerator on the parent menu with + * gtk_menu_set_accel_group() for this to work. */ void gtk_menu_item_set_accel_path (GtkMenuItem *menu_item, |