GtkLabel

A GTK label

class GtkLabel : GtkWidgetComponent!Label, ILabel {}

Members

Functions

createInstance
Label createInstance()
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 ILabel

text
string text()

Gets the text shown in the component.

text
void text(string text)

Sets the text shown in the component.

Meta