Using the base class wxHAS_NATIVE_ENABLED_MANAGEMENT in Cocoa

disabling/enabling child windows

Fixes #16232, fixes #15495.

(this is a backport of 91f25e0 from master)
This commit is contained in:
Stefan Csomor
2014-05-17 19:14:21 +00:00
committed by Dimitri Schoolwerth
parent 97eb03c9a7
commit 8d2956100f
2 changed files with 11 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ public :
void RestoreWindowLevel();
static WX_NSResponder GetNextFirstResponder() ;
static WX_NSResponder GetFormerFirstResponder() ;
protected :
CGWindowLevel m_macWindowLevel;
WXWindow m_macWindow;