declui.components.menu

Contains interfaces needed to build a menu.

Members

Interfaces

IMenu
interface IMenu

A menu or submenu.

IMenuBar
interface 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.

IMenuButton
interface IMenuButton

A clickable button that is part of a menu.

Meta