BeMDI SDK

  CMDITitleView

CMDITitleView::CMDITitleView
Constructor
CMDITitleView(BRect frame, CTitledView *targetView);


Parameters
framePosition 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.
targetViewPointer 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.


Remarks

  Top


© 2000 by 3rd-evolution