IMenuBar

A menubar that is generally displayed at the the top of a window. Note that this might not always be the case. On certain platforms the menubar might be displayed somewhere else, such as at the very top of the screen.

interface IMenuBar : IComponent {}

Members

Functions

add
void add(IMenu menu)

Adds a menu to the menubar.

Inherited Members

From IComponent

visible
void visible(bool visible)

Sets the visibility of the component.

visible
bool visible()

Gets the visibility of the component.

getInternal
IComponent getInternal()

Returns the component owned by the backend.

Meta