From: Stefan Csomor Date: Tue, 25 Mar 2008 07:27:48 +0000 (+0000) Subject: addind nonowned window implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/074ec0b565fc7bd09a9aca87b669d106fd962289?ds=inline addind nonowned window implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/window.h b/include/wx/mac/carbon/window.h index d2f9a85ca1..41622fe242 100644 --- a/include/wx/mac/carbon/window.h +++ b/include/wx/mac/carbon/window.h @@ -17,7 +17,7 @@ class WXDLLIMPEXP_FWD_CORE wxButton; class WXDLLIMPEXP_FWD_CORE wxScrollBar; -class WXDLLIMPEXP_FWD_CORE wxTopLevelWindowMac; +class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow; class WXDLLIMPEXP_FWD_CORE wxMacControl ; @@ -177,7 +177,7 @@ public: void MacInvalidateBorders() ; WXWindow MacGetTopLevelWindowRef() const ; - wxTopLevelWindowMac* MacGetTopLevelWindow() const ; + wxNonOwnedWindow* MacGetTopLevelWindow() const ; virtual long MacGetLeftBorderSize() const ; virtual long MacGetRightBorderSize() const ;