TextInput.ContentLabel

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
hoveredImpl
bool hoveredImpl(Rectangle , Vector2 )
Undocumented in source. Be warned that the author may not have intended to support it.
pickStyle
Style pickStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
reloadStyles
void reloadStyles()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Label

text
Text text;

Text of this label.

value
alias value = text
Undocumented in source.
isWrapDisabled
bool isWrapDisabled;

If true, the content of the label should not be wrapped into new lines if it's too long to fit into one.

disableWrap
This disableWrap()

Set wrap on for this node.

enableWrap
This enableWrap()

Set wrap off for this node

isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
resizeImpl
void resizeImpl(Vector2 available)
Undocumented in source. Be warned that the author may not have intended to support it.
drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta