TextBox

Undocumented in source.

Constructors

this
this(wstring text, string source, Coordinate coordinates)
Undocumented in source.

Members

Aliases

onKey
alias onKey = WindowElement.onKey
Undocumented in source.

Functions

addTextInputHandler
deprecated void addTextInputHandler(TextInputHandler t)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
dropTextInput
void dropTextInput()
Undocumented in source. Be warned that the author may not have intended to support it.
focusGiven
void focusGiven()
Undocumented in source. Be warned that the author may not have intended to support it.
focusLost
void focusLost()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(int offsetX, int offsetY, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
onKey
void onKey(wchar c, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
textInputEvent
void textInputEvent(uint timestamp, uint windowID, char[32] text)
Undocumented in source. Be warned that the author may not have intended to support it.
textInputKeyEvent
void textInputKeyEvent(uint timestamp, uint windowID, InputKey key)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

brush
int brush;
textpos
int textpos;
Undocumented in source.

Inherited Members

From WindowElement

al
ActionListener[] al;
Undocumented in source.
output
BitmapDrawer output;
Undocumented in source.
elementContainer
ElementContainer elementContainer;
Undocumented in source.
customStyle
StyleSheet customStyle;
Undocumented in source.
inputHandler
InputHandler inputHandler;
Undocumented in source.
onClick
void onClick(int offsetX, int offsetY, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
onKey
void onKey(char c, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.
getX
int getX()
Undocumented in source. Be warned that the author may not have intended to support it.
getY
int getY()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
Coordinate getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source.
getText
wstring getText()
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(wstring s)
Undocumented in source. Be warned that the author may not have intended to support it.
getAvailableStyleSheet
StyleSheet getAvailableStyleSheet()
Undocumented in source. Be warned that the author may not have intended to support it.
setCustomStyle
void setCustomStyle(StyleSheet s)
Undocumented in source. Be warned that the author may not have intended to support it.

From TextInputListener

textInputEvent
void textInputEvent(uint timestamp, uint windowID, char[32] text)
Undocumented in source.
textInputKeyEvent
void textInputKeyEvent(uint timestamp, uint windowID, InputKey key)
Undocumented in source.
dropTextInput
void dropTextInput()
Undocumented in source.

Meta