ToolButton

An implementation helper for ToolBar. Generally, you shouldn't create these yourself and instead just pass Actions to ToolBar's constructor and let it create the buttons for you.

Constructors

this
this(string label, Widget parent)
this
this(Action action, Widget parent)

Inherited Members

From Button

triggersOnMultiClick
bool triggersOnMultiClick;

If true, this button will emit trigger events on double (and other quick events, if added) click events as well as on normal single click events.

label
string label()
label
void label(string l)
Suggestion Box / Bug Report