| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use the element name menu for the main node, and use two subnodes
with name arrow and style classes .top and .bottom for the arrows
of scrolling menus.
|
|
|
|
| |
That enum is used in GtkMenuShellClass, so put it there.
|
|
|
|
|
|
| |
This makes overflown menus scrollable via direct manipulation.
Once past the threshold, the item below the pointer is unselected
and scrolling starts.
|
| |
|
| |
|
|
The GtkSubmenuDirection and GtkSubmenuPlacement enumerations
have been deprecated as public API for a while, but are still used
internally in the menu code. Move them to a private header. This
also prevents to generation of GObject boilerplate for these enums.
|