Home  /  Autodocs  /  intuition.library

NAME

HideWindow
Ask Intuition to hide a window (V46)

SYNOPSIS

HideWindow( Window )
A0

VOID HideWindow( struct Window * );

FUNCTION

This routine sends a request to Intuition asking to hide a window. Hidden windows can still be drawn into, though nothing will be seen. If the window uses smart refresh, rendering results will become visible after the window is shown again.

Note that the window will not be hidden immediately, but rather will be arranged the next time Intuition receives an input event, which happens currently at a minimum rate of ten times per second, and a maximum of sixty times a second.

INPUTS

Window
pointer to the structure of the window to be hidden

SEE ALSO

ShowWindow()