mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +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:
|
||||
* @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
|
||||
* popovers.
|
||||
*
|
||||
* Flags that affect how [class@Gtk.PopoverMenu] widgets built from
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user