summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* menu: Port to use css nodesMatthias Clasen2015-11-021-0/+4
| | | | | | 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.
* menu: Move enum declaration to correct headerBenjamin Otte2013-03-281-7/+0
| | | | That enum is used in GtkMenuShellClass, so put it there.
* menus: Implement scrolling through event capture for touch devicesCarlos Garnacho2012-03-011-0/+5
| | | | | | This makes overflown menus scrollable via direct manipulation. Once past the threshold, the item below the pointer is unselected and scrolling starts.
* Change FSF AddressJavier Jardón2012-02-271-2/+1
|
* Remove sealed members from GtkMenuMatthias Clasen2010-12-231-0/+89
|
* Move deprectated menu enumerations to a private headerMatthias Clasen2010-08-281-0/+44
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.