mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
Merge branch 'fix-since-flag' into 'main'
gtkenums: Set since tag on POPOVER_MENU_SLIDING See merge request GNOME/gtk!6938
This commit is contained in:
commit
0b2d08f076
@ -1834,13 +1834,16 @@ typedef enum {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkPopoverMenuFlags:
|
* GtkPopoverMenuFlags:
|
||||||
* @GTK_POPOVER_MENU_SLIDING: Submenus are presented as sliding submenus that
|
|
||||||
* replace the main menu.
|
|
||||||
* @GTK_POPOVER_MENU_NESTED: Submenus are presented as traditional, nested
|
* @GTK_POPOVER_MENU_NESTED: Submenus are presented as traditional, nested
|
||||||
* popovers.
|
* popovers.
|
||||||
*
|
*
|
||||||
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from
|
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from
|
||||||
* a [class@Gio.MenuModel] are created and displayed.
|
* a [class@Gio.MenuModel] are created and displayed.
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* GTK_POPOVER_MENU_SLIDING:
|
||||||
|
*
|
||||||
|
* Submenus are presented as sliding submenus that replace the main menu.
|
||||||
*
|
*
|
||||||
* Since: 4.14
|
* Since: 4.14
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user