BeMDI SDK

  CMDIView

CMDIView::CMDIView
Constructor
CMDIView(BRect frame, const char *name, BView *client, uint32 mdiFlags=0, bool resizeToClient=true);


Parameters
framePosition inside the parent view.
nameInternal name and title of this MDI view.
clientClient view. Is added as child view.
_mdiFlagsFlags. See other constructor for details.
resizeToClientIf this parameter is set to true the MDI view is is resized to be big enough to hold the client view.


Remarks

  Top


© 2000 by 3rd-evolution