GtkTextArea

A GTK TextView

Members

Functions

createInstance
TextView createInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
monospace
void monospace(bool monospaced)
Undocumented in source. Be warned that the author may not have intended to support it.
monospace
bool monospace()
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 ITextArea

text
string text()

Gets the text shown in this text area.

text
void text(string text)

Sets the text shown in this text area.

monospace
bool monospace()

Returns true if the text is being shown in a monospaced font, false if it isn't.

monospace
void monospace(bool monospaced)

Sets whether the text should be shown in a monospaced font or not.

Meta