cocoa bridge added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-05-22 17:19:40 +00:00
parent ccddbd2046
commit 6196dabfb0

View File

@@ -1347,5 +1347,20 @@ void wxMacGlobalToLocal( WindowRef window , Point*pt );
#endif #endif
//---------------------------------------------------------------------------
// cocoa bridging utilities
//---------------------------------------------------------------------------
bool wxMacInitCocoa();
class wxMacAutoreleasePool
{
public :
wxMacAutoreleasePool();
~wxMacAutoreleasePool();
private :
void* m_pool;
};
#endif #endif
// _WX_PRIVATE_H_ // _WX_PRIVATE_H_