Class MenuBar |
# This class is the base from which menu systems are created, other than popup menus. Menu items are added to this class; they are not separate components added to the dialog itself. The default position is (0, 0); the default size is 100% of the width of the screen and a reasonable height based on the font specified.
Details |
Constructor |
Methods: |
# Add the {Menu} c to the {MenuBar}. This will be one drop down menu. Items are then added to the {Menu}. @param c The {Menu} to add.
Set the present open menu to x. If x null, no menu open.
Determine which of the menu labels is selected, if any. Assumes y pos already tested and in menu bar.
Fields: |