]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/evtloop.h
adding bestsize for osx_cocoa combobox
[wxWidgets.git] / include / wx / osx / evtloop.h
index b86cfeecf3c74c8aa4f179aa24804ea08367d8f1..45b411e9031084ff919f70840f7131bfd6160faf 100644 (file)
@@ -98,7 +98,8 @@ class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow;
 class WXDLLIMPEXP_CORE wxModalEventLoop : public wxGUIEventLoop
 {
 public:
-    wxModalEventLoop(wxWindow *winModal);
+    wxModalEventLoop(wxWindow *modalWindow);
+    wxModalEventLoop(WXWindow modalNativeWindow);
     
 protected:
     virtual void DoRun();
@@ -107,6 +108,7 @@ protected:
     
     // (in case) the modal window for this event loop
     wxNonOwnedWindow* m_modalWindow;
+    WXWindow m_modalNativeWindow;
 };
 
 #endif // wxUSE_GUI