Module iui::menus [] [src]

Menus that appear at the top of windows, and the items that go in them.

Structs

Menu

A Menu represents one of the top-level menus at the top of a window. As that bar is unique per application, creating a new Menu shows it on all windows that support displaying menus.

MenuItem

A MenuItem represents an item that is shown in a Menu. Note that, unlike many controls, the text on MenuItems cannot be changed after creation.