Window library WindClear() remove_windowlist()
Programming guideline of WinDom

add_windowlist()

NAME

add_windowlist() - add a window in the cycle window list.

PROTOTYPAGE

void add_windowlist( int handle);

PARAMETERS

handle: window GEM handle to include.

DESCRIPTION

This function is a sub function of WindOpen() and it is devoted to the WM_BOTTOM message emulation. It should be used if you does not use WindOpen() to open your windows. Use this function at your own risk.

SEE ALSO

remove_windowlist(), WindAttach().