GtkButton

A GTK button

Members

Functions

createInstance
Button createInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(void delegate() clicked)
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void delegate() onClick()
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.
text
void text(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IButton

text
string text()

Gets the text displayed on the button.

text
void text(string text)

Sets the text displayed on the button.

onClick
void delegate() onClick()

Gets the callback that is executed when the button is pressed.

onClick
void onClick(void delegate() callback)

Sets the callback that is executed when the button is pressed.

Meta