#include <guiWindowCtrl_ScriptBinding.h>
Inherits GuiControl.
|
void | setCloseButtonProfile (GuiControlProfile p) |
|
void | setContentProfile (GuiControlProfile p) |
|
void | setLeftRightCursor (GuiCursor c) |
|
void | setMaxButtonProfile (GuiControlProfile p) |
|
void | setMinButtonProfile (GuiControlProfile p) |
|
void | setNWSECursor (GuiCursor c) |
|
void | setUpDownCursor (GuiCursor c) |
|
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 | getText () |
|
Boolean | getTextExtend () |
|
Boolean | getTextWrap () |
|
String | getValue () |
|
Boolean | isActive () |
|
Boolean | isAwake () |
|
Boolean | isVisible () |
|
void | makeFirstResponder (isFirst) |
|
void | performClick () |
|
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 | setText (text) |
|
void | setTextExtend (setting) |
|
void | setTextID (id) |
|
void | setTextWrap (setting) |
|
void | setValue (value) |
|
void | setVisible (isVisible) |
|
◆ setCloseButtonProfile()
void setCloseButtonProfile |
( |
GuiControlProfile |
p | ) |
|
Sets the profile that will be used for the close button
- Parameters
-
p | The close button profile |
- Returns
- No return value
◆ setContentProfile()
void setContentProfile |
( |
GuiControlProfile |
p | ) |
|
Sets the profile that will be used for the content of the window
- Parameters
-
- Returns
- No return value
◆ setLeftRightCursor()
void setLeftRightCursor |
( |
GuiCursor |
c | ) |
|
Sets the GuiCursor that will be used when resizing the GuiWindow
- Parameters
-
c | The GuiCursor that will be used when resizing |
- Returns
- No return value
◆ setMaxButtonProfile()
void setMaxButtonProfile |
( |
GuiControlProfile |
p | ) |
|
Sets the profile that will be used for the maximize button
- Parameters
-
p | The maximize button profile |
- Returns
- No return value
◆ setMinButtonProfile()
void setMinButtonProfile |
( |
GuiControlProfile |
p | ) |
|
Sets the profile that will be used for the minimize button
- Parameters
-
p | The minimize button profile |
- Returns
- No return value
◆ setNWSECursor()
void setNWSECursor |
( |
GuiCursor |
c | ) |
|
Sets the GuiCursor that will be used when resizing the GuiWindow
- Parameters
-
c | The GuiCursor that will be used when resizing |
- Returns
- No return value
◆ setUpDownCursor()
void setUpDownCursor |
( |
GuiCursor |
c | ) |
|
Sets the GuiCursor that will be used when resizing the GuiWindow
- Parameters
-
c | The GuiCursor that will be used when resizing |
- Returns
- No return value