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:
@@ -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_
|
||||||
|
Reference in New Issue
Block a user