MenuButton.this

Construct the widget.

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

Parameters

parent UiElement

The parent of this widget.

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