- draw
void draw()
- getAvailableStyleSheet
StyleSheet getAvailableStyleSheet()
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.
- getState
bool getState()
Gets the state of the element.
- getText
wstring getText()
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.
- onClick
void onClick(int offsetX, int offsetY, int state, ubyte button)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDrag
void onDrag(int x, int y, int relX, int relY, ubyte button)
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.
- setCustomStyle
void setCustomStyle(StyleSheet s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setState
void setState(bool b)
Enables (b = true) or disables (b = false) the element. All element is enabled by default.
- setText
void setText(wstring s)
Undocumented in source. Be warned that the author may not have intended to support it.