WXDLLEXPORT_DATA(extern const char*) wxDialogNameStr;
+class WXDLLEXPORT wxDialogModalData;
+
//
// Dialog boxes
//
private:
wxWindow* m_pOldFocus;
+ // this pointer is non-NULL only while the modal event loop is running
+ wxDialogModalData *m_modalData;
+
//
// While we are showing a modal dialog we disable the other windows using
// this object