Make a window visible.
Source position: intuition.pas line 3320
procedure ShowWindow( |
Window: PWindow |
); |
Window |
|
A pointer to the structure of the window to be sized |
This function does not bring the window back into the visible area of the screen but rather switches it into visible state.
Note: This function is soure-compatible with AmigaOS v4. This function is also present in MorphOS v50, however considered private.
|
Make a window invisible. |