Window library WindFind() WindAttach()
Programming guideline of WinDom

WindTop()

NAME

WindTop - set to foreground a window.

PROTOTYPAGE

void WindFind( WINDOW *win);

PARAMETERS

win:
targetted window descriptor.

DESCRIPTION

WindTop() set to foreground a window. If the window is iconified, it will be uniconfied. If the window is opened, it will be topped. If the window is closed, it will be opened reopened at its previous location on screen.

This function is typically used with WindTop() when you doesn't want created a window already defined (as FormCreate()).