mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
MenuButton: Always mention child@always-show-arrow
get_always_show_arrow() did not mention at all that the custom child is relevant. set_always_show_arrow() only did in the blurb, not for the arg
This commit is contained in:
parent
2741e00210
commit
2af7e45860
@ -1094,6 +1094,7 @@ gtk_menu_button_get_icon_name (GtkMenuButton *menu_button)
|
|||||||
* gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow)
|
* gtk_menu_button_set_always_show_arrow: (attributes org.gtk.Method.set_property=always-show-arrow)
|
||||||
* @menu_button: a `GtkMenuButton`
|
* @menu_button: a `GtkMenuButton`
|
||||||
* @always_show_arrow: whether to show a dropdown arrow even when using an icon
|
* @always_show_arrow: whether to show a dropdown arrow even when using an icon
|
||||||
|
* or a custom child
|
||||||
*
|
*
|
||||||
* Sets whether to show a dropdown arrow even when using an icon or a custom
|
* Sets whether to show a dropdown arrow even when using an icon or a custom
|
||||||
* child.
|
* child.
|
||||||
@ -1122,9 +1123,11 @@ gtk_menu_button_set_always_show_arrow (GtkMenuButton *menu_button,
|
|||||||
* gtk_menu_button_get_always_show_arrow: (attributes org.gtk.Method.get_property=always-show-arrow)
|
* gtk_menu_button_get_always_show_arrow: (attributes org.gtk.Method.get_property=always-show-arrow)
|
||||||
* @menu_button: a `GtkMenuButton`
|
* @menu_button: a `GtkMenuButton`
|
||||||
*
|
*
|
||||||
* Gets whether to show a dropdown arrow even when using an icon.
|
* Gets whether to show a dropdown arrow even when using an icon or a custom
|
||||||
|
* child.
|
||||||
*
|
*
|
||||||
* Returns: whether to show a dropdown arrow even when using an icon
|
* Returns: whether to show a dropdown arrow even when using an icon or a custom
|
||||||
|
* child.
|
||||||
*
|
*
|
||||||
* Since: 4.4
|
* Since: 4.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user