|
|
|
The Menu bar is a primary method of accessing application functionality. Selecting a heading on the menu bar causes a menu pane to be displayed from which a number of other options can be selected.
Menu options contain text describing the command. Menu panes may also display check boxes or radio buttons.
There are two ways of defining and implementing a menu:
Define the static features of the menu using resources of types
MENU_BAR, MENU_PANE and
MENU_TITLE.
Write a CQikAppui-derived class to implement the
menus.
Check the UIQ Style Guide for style guidelines.