summaryrefslogtreecommitdiff
path: root/gtk/gtkmenusectionboxprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* popovermenu: Allow custom itemsMatthias Clasen2020-10-261-0/+7
| | | | | | | | | | | | | | Add a way to add children at certain places in the generated menu for both GtkPopoverMenu and GtkPopoverMenuBar. New apis: gtk_popover_menu_add_child gtk_popover_menu_remove_child gtk_popover_menu_bar_add_child gtk_popover_menu_bar_remove_child Fixes: #3260
* Add nesting popover menusMatthias Clasen2019-09-081-2/+3
| | | | | | Add a variant of popover menus that are nesting like traditional menus. This is a better fit for replacing traditional main menus.
* Rename a bunch of private headersMatthias Clasen2019-06-101-0/+49
We want to follow the convention that all private headers have names ending in private.h