]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private.h
attempt to get the 'new focus' window parameter of a focus kill event set correctly
[wxWidgets.git] / include / wx / osx / cocoa / private.h
index aae59396078ce8836bce59816a8fa425fb86caf4..290f71c1b4da7bb7ae9a05b83f6bcd6ad5965c2d 100644 (file)
@@ -258,6 +258,8 @@ public :
     
     CGWindowLevel   GetWindowLevel() const { return m_macWindowLevel; }
     void            RestoreWindowLevel();
+    
+    static WX_NSResponder GetNextFirstResponder() ;
 protected :
     CGWindowLevel   m_macWindowLevel;
     WXWindow        m_macWindow;