Activation options¶
AA_HIDE |
Hide the window and activate another. |
AA_SHOWNORMAL |
Activate and show in normal size and position. |
AA_SHOWMINIMIZED |
Activate and show minimised. |
AA_SHOWMAXIMIZED |
Activate and show maximised. |
AA_SHOWNOACTIVATE |
Show in normal size and position, don’t activate. |
AA_SHOW |
Activate and show in current size and position. |
AA_MINIMISE |
Minimise the window and activate another. |
AA_SHOWMINNOACTIVE |
Show minimised, don’t activate. |
AA_SHOWNA |
Show in current size and position, don’t activate. |
AA_RESTORE |
Activate and show in previous size and position. |
AA_SHOWDEFAULT |
Show in default state set by parent task. |
Options for use with the activate_app() , execute() and runex() functions.
RELATED TOPICS |