From 2efa52d91b64ac815a87c5363faa68950fd34641 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 19 Sep 2007 14:38:55 +0000 Subject: [PATCH] binary compatible workaround for getting the parent for native window grouping git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/toplevel.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 79cfcc7b6d..53f84f23fc 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -143,6 +143,12 @@ private : // logic & checks cease to work as expected. To set the metal appearance, use SetExtraStyle. void MacSetMetalAppearance( bool on ) ; void MacSetUnifiedAppearance( bool on ) ; + // binary compatible workaround + void DoMacCreateRealWindow( wxWindow *parent, const wxString& title, + const wxPoint& pos, + const wxSize& size, + long style, + const wxString& name ); WXEVENTHANDLERREF m_macEventHandler ;