Button.this

Creates a Button with the default text formatting style.

  1. this(dstring text, string source, Box position)
    class Button
    public
    this
    (
    dstring text
    ,
    string source
    ,)
  2. this(Text text, string source, Box position)

Parameters

text dstring

The text to be displayed on the button.

source string

The source of the events emitted by this window element.

position Box

Defines where the button should be drawn.

Meta