Parameters: LandWidget * parent, float x, float y, float w, float h
Returns: LandWidget*
Create a new menubar. That is, a menu which is layout horizontally instead of vertically. By default, a menubar will expand horizontally, and shrink vertically.
Create a new menu, with menu items layout out vertically.
Parameters: LandWidget * base
Hide the given menu and all its sub-menus.
Hide the complete menu the given one is part of.
Parameters: LandWidget * parent, char const * name, LandWidget * submenu, float x, float y, float w, float h
Create a submenu, i.e. a button in a menu to open another menu when clicked.
Parameters: LandWidget * self
Parameters: LandWidget * base, LandWidget * item
Parameters: LandWidget * parent, char const * name, void(* callback)(LandWidget * widget)
Create a new menu item, i.e. en entry which can be clicked to execute the given callback.
Parameters: LandWidget * parent, char const * name, LandWidget * submenu
Parameters: LandWidget * parent
Parameters: LandWidget * super, int n, char const * names []
no parameters