[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

ShowWindow

Make a window visible.

Declaration

Source position: intuition.pas line 3320

procedure ShowWindow(

  Window: PWindow

);

Arguments

Window

  

A pointer to the structure of the window to be sized

Description

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.

See also

HideWindow

  

Make a window invisible.


Documentation generated on: 2017-01-10