Module: Gtk::MenuDirectionType

Defined in:
(unknown)

Constant Summary collapse

PARENT =

To the parent menu shell

0 or :parent
CHILD =

To the submenu, if any, associated with the item

1 or :child
NEXT =

To the next menu item

2 or :next
PREV =

To the previous menu item

3 or :prev