class XGAppMultiWindow

Declared in <XApplication.h>
Declared from XGAppCore

This implements a multi-window application. On Windows, this creates an MDI window application; on the Macintosh this creates the standard multi-window application

This works by creating a global menu bar, and maintaining both that menu bar and a global table of all the open windows. (This is used to maintain the window menu.)

This terminates when the quit command is issued. This may also quit when all the windows are closed, depending on the mode and the platform this is running under.

Macintosh: App quits only on quit command

X: App quits when all windows are closed

MS Windows: If 'appName' is NULL, SDI application will quit when all windows are closed; otherwise, MDI app quits on quit command only.


Construction/Destruction

XGAppMultiWindow:::~XGAppMultiWindow
XGAppMultiWindow::XGAppMultiWindow


Construction/Destruction

XGAppMultiWindow:::~XGAppMultiWindow

Usage: XGAppMultiWindow::~XGAppMultiWindow()

Delete me

XGAppMultiWindow::XGAppMultiWindow

Usage: XGAppMultiWindow::XGAppMultiWindow(char*appName)

Create me