]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Merge recent wxPython changes from 2.8 branch to HEAD
[wxWidgets.git] / wxPython / src / _toplvl.i
index 61a7e8ce60f6bcf71bf9042cf079432712b626f5..a75afc47b823c9096f07d091663810c8de9a401b 100644 (file)
@@ -382,6 +382,10 @@ public:
     void SetEscapeId(int escapeId);
     int GetEscapeId() const;
 
+    // Returns the parent to use for modal dialogs if the user did not specify it
+    // explicitly
+    wxWindow *GetParentForModalDialog(wxWindow *parent = NULL) const;
+
     // splits text up at newlines and places the
     // lines into a vertical wxBoxSizer
     wxSizer* CreateTextSizer( const wxString &message );