Inherited by GUIScreen.
Public Member Functions | |
| IGUIScreenOpt@ | SetCallbackShow (IGUIScreenCallbackShow@ callback) |
| IGUIScreenOpt@ | SetCallbackHide (IGUIScreenCallbackHide@ callback) |
| IGUIScreenOpt@ | SetCallbackMove (IGUIScreenCallbackMove@ callback) |
| IGUIScreenOpt@ | SetCallbackFocus (IGUIScreenCallbackFocus@ callback) |
| IControl@ | Control () |
| IGUIScreenOpt@ | Control (IControl@ control) |
| IGUIScreenOpt@ | Position (int x, int y) |
| IGUIScreenOpt@ | Size (int w, int h) |
| IGUIScreenOpt@ | CanMove (bool enabled) |
| IGUIScreenOpt@ | Modal (bool enabled) |
| IGUIScreenOpt@ | Multiinstance (bool enabled) |
| IGUIScreenOpt@ | IgnoreBorders (bool enabled) |
| IGUIScreenOpt@ | CloseOnMiss (bool enabled) |
| IGUIScreenOpt@ | AutoCursor (bool enabled, int cursorType) |
| IGUIScreenOpt@ | Hardcoded (bool enabled) |
| int | GetPosX () |
| int | GetPosY () |
| int | GetWidth () |
| int | GetHeight () |
| int | GetIndex () |
| IGUIScreenOpt@ SetCallbackShow | ( | IGUIScreenCallbackShow@ | callback | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ SetCallbackHide | ( | IGUIScreenCallbackHide@ | callback | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ SetCallbackMove | ( | IGUIScreenCallbackMove@ | callback | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ SetCallbackFocus | ( | IGUIScreenCallbackFocus@ | callback | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Control | ( | IControl@ | control | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Position | ( | int | x, | |
| int | y | |||
| ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Size | ( | int | w, | |
| int | h | |||
| ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ CanMove | ( | bool | enabled | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Modal | ( | bool | enabled | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Multiinstance | ( | bool | enabled | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ IgnoreBorders | ( | bool | enabled | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ CloseOnMiss | ( | bool | enabled | ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ AutoCursor | ( | bool | enabled, | |
| int | cursorType | |||
| ) |
Implemented in GUIScreen.
| IGUIScreenOpt@ Hardcoded | ( | bool | enabled | ) |
Implemented in GUIScreen.
| int GetPosX | ( | ) |
Implemented in GUIScreen.
| int GetPosY | ( | ) |
Implemented in GUIScreen.
| int GetWidth | ( | ) |
Implemented in GUIScreen.
| int GetHeight | ( | ) |
Implemented in GUIScreen.
| int GetIndex | ( | ) |
Implemented in GUIScreen.
1.7.1