|
void | cursorOff () |
|
void | cursorOn () |
|
String | getBackgroundColor (...) |
|
Integer | getContent () |
|
String | getCursorPos () |
|
Integer | getMouseControl () |
|
Boolean | getUseBackgroundColor (...) |
|
void | hideCursor () |
|
Boolean | isCursorOn () |
|
void | popDialog (handle) |
|
void | popLayer (layer) |
|
void | pushDialog (handle[, layer]) |
|
void | renderFront (bool enable) |
|
void | repaint () |
|
void | reset () |
|
void | resetCursor () |
|
void | setBackgroundColor (float red, float green, float blue, [float alpha=1.0]) |
|
void | setContent (handle) |
|
void | setCursor (cursorHandle) |
|
void | setCursorPos () |
|
void | setDoubleClickDelay () |
|
void | setDoubleClickMoveBuffer () |
|
void | setUseBackgroundColor (...) |
|
void | showCursor () |
|
void | addGuiControl (int controlId) |
|
Integer | findHitControl (int x, int y) |
|
String | getCenter () |
|
String | getExtent (...) |
|
String | getGlobalCenter () |
|
String | getGlobalPosition () |
|
String | getMinExtent () |
|
Integer | getParent () |
|
String | getPosition () |
|
String | getValue () |
|
Boolean | isActive () |
|
Boolean | isAwake () |
|
Boolean | isVisible () |
|
void | makeFirstResponder (isFirst) |
|
Boolean | pointInControl (int x, int y) |
|
void | reorderChild (child1, child2) |
|
void | resize (int x, int y, int w, int h) |
|
void | setActive (isActive) |
|
void | setCanSave (bool canSave) |
|
void | setCenter (int x, int y) |
|
void | setExtent (int width, int height) |
|
void | setFirstResponder () |
|
void | setPosition (int x, int y) |
|
void | setPositionGlobal (int x, int y) |
|
void | setProfile (GuiControlProfile p) |
|
void | setValue (value) |
|
void | setVisible (isVisible) |
|