Lines Matching refs:menu
34 object describes its generic function like 'button', 'menu', or 'text'.
87 /** This role is used for check buttons that are menu items.
197 <p>A top level window with a title bar, border, menu bar, etc. It
262 that holds the menu bar as well as the pane that contains most of
292 <p>An object usually found inside a menu bar that contains a list of
293 actions the user can choose from. A menu can have any object as its
294 children, but most often they are menu items, other menus, or
296 separators. For example, an application may have an "Edit" menu that
297 contains menu items for "Cut" and "Paste."</p>
309 from. For example, a menu bar might contain menus for "File,"
319 <p>An object usually contained in a menu that presents an action the
320 user can choose. For example, the "Cut" menu item in an "Edit" menu
371 /** Popup menu role.
406 /** This role is used for radio buttons that are menu items.
453 <p>An object usually contained in a menu to provide a visual and
454 logical separation of the contents in a menu. For example, the
455 "File" menu of an application might contain menu items for "Open,"
457 "Exit" menu items.</p>
579 /** Button menu role
581 <p>The object represents a button that drops down a menu.</p>