Menu.this

Construct the widget.

  1. this()
  2. this(MenuBar parent, string label, ubyte underlineChar)
    class Menu
    this
    (,
    string label
    ,
    ubyte underlineChar = ubyte.max
    )

Parameters

parent MenuBar

The parent of this widget.

label string

The label of the menu.

underlineChar ubyte

The index of the character to underline.

See Also

Meta