TextBlock

*

final
class TextBlock : Widget {}

Members

Mixins

__anonymous
mixin WidgetConstructor
Undocumented in source.

Mixed In Members

From mixin WidgetConstructor

this
this(string id, Gui gui)

*

Inherited Members

From Widget

getGui
Gui getGui()

*

setIndex
typeof(this) setIndex(int x, int y)

* * Returns reference to this so it can be used in a stream.

setIndex
typeof(this) setIndex(Vector2I value)

* * Returns reference to this so it can be used in a stream.

getIndex
Vector2I getIndex()

*

isMouseColliding
bool isMouseColliding()

*

setZIndex
typeof(this) setZIndex(int value)

* * Returns reference to this so it can be used in a stream.

getZIndex
int getZIndex()

*

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta