mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
added gtk_menu_set/get_take_focus().
2005-03-31 Michael Natterer <mitch@gimp.org> * gtk/gtk-sections.txt: added gtk_menu_set/get_take_focus(). * gtk/tmpl/gtkmenushell.sgml: regenerated.
This commit is contained in:
parent
5fc338544b
commit
2e24a08061
@ -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>
|
2005-03-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtk-sections.txt: Add gtk_button_[sg]et_image
|
* gtk/gtk-sections.txt: Add gtk_button_[sg]et_image
|
||||||
|
@ -2196,6 +2196,8 @@ gtk_menu_shell_select_first
|
|||||||
gtk_menu_shell_deselect
|
gtk_menu_shell_deselect
|
||||||
gtk_menu_shell_activate_item
|
gtk_menu_shell_activate_item
|
||||||
gtk_menu_shell_cancel
|
gtk_menu_shell_cancel
|
||||||
|
gtk_menu_shell_set_take_focus
|
||||||
|
gtk_menu_shell_get_take_focus
|
||||||
GtkMenuDirectionType
|
GtkMenuDirectionType
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GTK_MENU_SHELL
|
GTK_MENU_SHELL
|
||||||
|
@ -90,6 +90,11 @@ shell.
|
|||||||
|
|
||||||
@menushell: the object which received the signal.
|
@menushell: the object which received the signal.
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkMenuShell:take-focus ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_menu_shell_append ##### -->
|
<!-- ##### FUNCTION gtk_menu_shell_append ##### -->
|
||||||
<para>
|
<para>
|
||||||
Adds a new #GtkMenuItem to the end of the menu shell's item list.
|
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:
|
@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 ##### -->
|
<!-- ##### ENUM GtkMenuDirectionType ##### -->
|
||||||
<para>
|
<para>
|
||||||
An enumeration representing directional movements within a menu.
|
An enumeration representing directional movements within a menu.
|
||||||
|
Loading…
Reference in New Issue
Block a user