OSX adaptions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-07-27 19:00:25 +00:00
parent 3f66f6a5b3
commit a8123c1359
3 changed files with 32 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ public:
wxGUIEventLoop();
~wxGUIEventLoop();
int Run();
void BeginModalSession( wxWindow* modalWindow );
void EndModalSession();
@@ -25,6 +27,8 @@ public:
void OSXUseLowLevelWakeup(bool useIt)
{ m_osxLowLevelWakeUp = useIt ; }
void OSXOnWillTerminate();
protected:
virtual int DoDispatchTimeout(unsigned long timeout);