class WXDLLIMPEXP_CORE wxModalEventLoop : public wxGUIEventLoop
{
public:
- wxModalEventLoop(wxWindow *winModal);
+ wxModalEventLoop(wxWindow *modalWindow);
+ wxModalEventLoop(WXWindow modalNativeWindow);
protected:
virtual void DoRun();
// (in case) the modal window for this event loop
wxNonOwnedWindow* m_modalWindow;
+ WXWindow m_modalNativeWindow;
};
#endif // wxUSE_GUI