[Home] [Prev] [Next] [Up]
This documents the classes associated with windows.
This also documents the XGDocument class, which are the way we associate documents with a window. Note that the XGDocument class is still pretty incomplete and not well tested at this point.
A window can either contain or not contain a menu bar, depending on the type of application specified. A window is also an XGView class, with the XGView class specifying the content region of the window.
The base window class. This specifies the behaviour of a class.
A dialog box window. This is a descendant of the XGWindow class which provides dialog functionality. This class requires a bit of work.
A document associated with a window. This class requires a bit of work.