]> Pileus Git - ~andy/gtk/commitdiff
added gtk_menu_set/get_take_focus().
authorMichael Natterer <mitch@gimp.org>
Thu, 31 Mar 2005 17:04:27 +0000 (17:04 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Thu, 31 Mar 2005 17:04:27 +0000 (17:04 +0000)
2005-03-31  Michael Natterer  <mitch@gimp.org>

* gtk/gtk-sections.txt: added gtk_menu_set/get_take_focus().

* gtk/tmpl/gtkmenushell.sgml: regenerated.

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkmenushell.sgml

index a1d7b6e7942c2b895e607f3196ef2dc01c9f9ccd..aab96981839e99298892fee1f5de8bf17cd1bb5d 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-31  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtk-sections.txt: added gtk_menu_set/get_take_focus().
+
+       * gtk/tmpl/gtkmenushell.sgml: regenerated.
+
 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add gtk_button_[sg]et_image
index 875b1e955957fd564e5f4c29cb6034f2ef88b6e2..7d31817f9b109e2016c6652ed2b845ba2adf466a 100644 (file)
@@ -2196,6 +2196,8 @@ gtk_menu_shell_select_first
 gtk_menu_shell_deselect
 gtk_menu_shell_activate_item
 gtk_menu_shell_cancel
+gtk_menu_shell_set_take_focus
+gtk_menu_shell_get_take_focus
 GtkMenuDirectionType
 <SUBSECTION Standard>
 GTK_MENU_SHELL
index 3430119914f38aba2a02c3f3766bf7d7bb73b72e..5ca8f2b075693a089f8c15a555e76290dfc56c67 100644 (file)
@@ -90,6 +90,11 @@ shell.
 
 @menushell: the object which received the signal.
 
+<!-- ##### ARG GtkMenuShell:take-focus ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_menu_shell_append ##### -->
 <para>
 Adds a new #GtkMenuItem to the end of the menu shell's item list.
@@ -174,6 +179,24 @@ after the menu item is activated.
 @menu_shell: 
 
 
+<!-- ##### FUNCTION gtk_menu_shell_set_take_focus ##### -->
+<para>
+
+</para>
+
+@menu_shell: 
+@take_focus: 
+
+
+<!-- ##### FUNCTION gtk_menu_shell_get_take_focus ##### -->
+<para>
+
+</para>
+
+@menu_shell: 
+@Returns: 
+
+
 <!-- ##### ENUM GtkMenuDirectionType ##### -->
 <para>
 An enumeration representing directional movements within a menu.