Application Window Functions
- Last UpdatedNov 24, 2023
- 1 minute read
|
app_window_minimize () |
|
The function minimizes application window. |
|
Input parameters: |
|
None. |
|
Returned value: |
|
None. |
|
Exceptions: |
|
None. |
|
app_window_maximize () |
|
The function maximizes application window. |
|
Input parameters: |
|
None. |
|
Returned value: |
|
None. |
|
Exceptions: |
|
None. |
|
app_window_restore () |
|
The function restores application window to its original size.. |
|
Input parameters: |
|
None. |
|
Returned value: |
|
None. |
|
Exceptions: |
|
None. |
|
app_window_refresh() |
|
This function is used to make output to the application window immediately visible. Normally, the user should not bother about this: such "refreshing" is done automatically whenever the application stops and waits for user input. However, when the user interaction is (temporarily or permanently) handled by tools outside the Vitesse UI interface (for example, when using a wxPython script) this function might be necessary to refresh the application window. |
|
Input parameters: |
|
None. |
|
Output parameters: |
|
None. |
|
Returned value |
|
None. |
|
Exceptions: |
|
None. |