BeMDI SDK |
virtual void Z_ViewPositionChanged(CZOrderedView *view, BRect oldPos, BRect newPos, bool redrawRevealed=false);
|
oldPos | Position of the view before it was resize or moved. In screen coordiantes. |
newPos | New position of the view. In screen coordiantes. If this method is called, because a view was hidden or closed 'oldPos' and 'newPos' should both contain the position before the view was modified. |
redrawRevealed | If set to true the revealed areas are invalidated. |