| BeMDI SDK |
CMDIView(BRect frame, const char *name, BView *client, uint32 mdiFlags=0, bool resizeToClient=true);
|
| frame | Position inside the parent view. |
| name | Internal name and title of this MDI view. |
| client | Client view. Is added as child view. |
| _mdiFlags | Flags. See other constructor for details. |
| resizeToClient | If this parameter is set to true the MDI view is is resized to be big enough to hold the client view. |