MenuBar

Implements a menubar, that is ideally contained under the top bar of the window, and contains a tree-like structure for menus.

Constructors

this
this(string source, Box position, PopUpMenuElement[] menus, StyleSheet customStyle)

Creates a menubar.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
focusTaken
void focusTaken()

Called when an object loses focus.

passMCE
void passMCE(MouseEventCommons mec, MouseClickEvent mce)

Passes mouse click event

passMME
void passMME(MouseEventCommons mec, MouseMotionEvent mme)

Passes mouse move event

Variables

onMenuEvent
EventDeleg onMenuEvent;
Undocumented in source.

Meta