diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-02 16:09:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-02 16:09:37 +0000 |
commit | 30fc5201ed9175aaa64b423d8f8525c25be55017 (patch) | |
tree | acaac32e97516a0eb1bd70e3cc36a78c4f57d647 | |
parent | 99a9d670fca9fb97a207791ca77f4bbc737e1d7e (diff) | |
download | gtk+-30fc5201ed9175aaa64b423d8f8525c25be55017.tar.gz |
Fix up the docs a bit.
2005-05-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
(gtk_menu_shell_get_take_focus): Fix up the docs a bit.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/gtkmenushell.c | 12 |
4 files changed, 21 insertions, 6 deletions
@@ -1,3 +1,8 @@ +2005-05-02 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): + (gtk_menu_shell_get_take_focus): Fix up the docs a bit. + 2005-05-02 Michael Natterer <mitch@imendio.com> * gtk/gtkmain.c (do_post_parse_initialization): return silently if diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fa17613448..0953aa8294 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-05-02 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): + (gtk_menu_shell_get_take_focus): Fix up the docs a bit. + 2005-05-02 Michael Natterer <mitch@imendio.com> * gtk/gtkmain.c (do_post_parse_initialization): return silently if diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fa17613448..0953aa8294 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-05-02 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): + (gtk_menu_shell_get_take_focus): Fix up the docs a bit. + 2005-05-02 Michael Natterer <mitch@imendio.com> * gtk/gtkmain.c (do_post_parse_initialization): return silently if diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index dabae710ae..158a15a81b 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.c @@ -1467,9 +1467,9 @@ _gtk_menu_shell_remove_mnemonic (GtkMenuShell *menu_shell, /** * gtk_menu_shell_get_take_focus: - * @menu: a #GtkMenuShell + * @menu_shell: a #GtkMenuShell * - * @returns: %TRUE if the menu_shell will take the keyboard focus on popup. + * @returns: %TRUE if the menu shell will take the keyboard focus on popup. * * Since: 2.8 **/ @@ -1487,11 +1487,11 @@ gtk_menu_shell_get_take_focus (GtkMenuShell *menu_shell) /** * gtk_menu_shell_set_take_focus: - * @menu: a #GtkMenuShell - * @take_focus: %TRUE if the menu_shell should take the keyboard focus on popup. + * @menu_shell: a #GtkMenuShell + * @take_focus: %TRUE if the menu shell should take the keyboard focus on popup. * - * If @take_focus is %TRUE (the default) the menu will take the keyboard focus - * so that it will receive all keyboard events which is needed to enable + * If @take_focus is %TRUE (the default) the menu shell will take the keyboard + * focus so that it will receive all keyboard events which is needed to enable * keyboard navigation in menus. * * Setting @take_focus to %FALSE is useful only for special applications |