From c05a5f07d3a6a38445a1c1e806d77b6b43dc45b7 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 2 Aug 2002 15:33:47 +0000 Subject: [PATCH] added a MacUpdateDimensions callback for DoMoveWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index dd225fe5e7..b81c333150 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -231,6 +231,9 @@ public: static long MacRemoveBordersFromStyle( long style ) ; virtual void MacSuperChangedPosition() ; + // the absolute coordinates of this item within the toplevel window may have changed + virtual void MacUpdateDimensions() {} + // the absolute coortinates of this window's root have changed virtual void MacTopLevelWindowChangedPosition() ; virtual void MacSuperShown( bool show ) ; virtual void MacSuperEnabled( bool enable ) ; -- 2.45.2