using Run of base class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,7 +27,11 @@ class WXDLLIMPEXP_CORE wxModalEventLoop : public wxGUIEventLoop
|
|||||||
public:
|
public:
|
||||||
wxModalEventLoop(wxWindow *modalWindow);
|
wxModalEventLoop(wxWindow *modalWindow);
|
||||||
wxModalEventLoop(WXWindow modalNativeWindow);
|
wxModalEventLoop(WXWindow modalNativeWindow);
|
||||||
|
|
||||||
|
#ifdef __WXOSX_COCOA__
|
||||||
|
// skip wxGUIEventLoop to avoid missing Enter/Exit notifications
|
||||||
|
int Run() { return wxCFEventLoop::Run(); }
|
||||||
|
#endif
|
||||||
protected:
|
protected:
|
||||||
virtual void OSXDoRun();
|
virtual void OSXDoRun();
|
||||||
virtual void OSXDoStop();
|
virtual void OSXDoStop();
|
||||||
|
Reference in New Issue
Block a user