EW_WindowList

EW_WindowList

ew

1998 12-05


CLASS

EW_WindowList - linked list of windows


SYNOPSIS

Class EW_WindowList is basically just a doubly-linked list of EW_Window's using the GPL_IDoubleList.


PUBLIC MEMBER FUNCTIONS

Inheritance from class GPL_IDoubleList


FILES

ew/window.h Window header file


SEE ALSO

EW_intro(3), EW_Window(3), GPL_IDoubleList(3)


NOTES

This class is used by EW_EventContext to hold the application's windows. Since it is using an intrusive list, windows should not be placed on any other EW_WindowList.