BeMDI SDK |
CMDITitleView(BRect frame, CTitledView *targetView);
|
frame | Position of this view inside its parent. You should calculate this position from the targetView. This view should be above the parent and left aligned. You can use GetPreferredSize to calculate the width and height of this view. |
targetView | Pointer to the target view. That view is moved, if this view is moved, minimized if this view is double-clicked and so on. Must be derived from CMDIView. |