BeMDI SDK |
AddViewItems | Adds a list of MDI views to this menu. | |
CMDIViewMenu | Constructor | |
RemoveViewItems | Removes the list of MDI views. | |
UpdateViewItems | Updates the list of views. | |
clientView | Pointer to the client view. |
This menu displays the MDI views of a CMDIClientView. They are added after the last static entry of the menu. To update the menu before it is displayed call UpdateViewItems in your implementation of BWindow::MenusBeginning.
When the user selects a MDI view in the menu a MDI_MSG_ACTIVATE_VIEW message is sent to the CMDIClientView. The client view responds to that message by bringing the MDI view to front and activating it.
Last modified | Sun Sep 2 20:41:28 2001 |
Derived from | BMenu | Declared in | MDIViewMenu.h |