E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

Menu

Widget
     ->Clickable
          ->Menu

Description

Menu Makes a menu to be contained by a MenuBar. Items of a Menu are MenuItems.

Attributes

label
    Sets the menu's title.
    Default Value: null

mnemonic
    When set to default, is not included in attributes.
    Default Value: null

onClick
    Sets the handler for the onClick event.
    Default Value: null