MenuButton.this

Construct the widget.

  1. this(UiElement parent, string text, Menu menu, string direction)
  2. this(string text, Menu menu, string direction)
    class MenuButton

Parameters

text string

The text of the label.

menu Menu

The menu that is invoked when this button is pressed.

direction string

Determines where the menu appears in relation to the button.

See Also

Meta