]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Added (and documented) GetTraceMasks so userspace can probe the currently
[wxWidgets.git] / include / wx / msw / dialog.h
index 31326c37c773459063d3bf67aa1689601828eceb..3a779079b4e08191d675151d66d43b81df5f3624 100644 (file)
@@ -98,6 +98,12 @@ public:
 #endif // wxUSE_CTL3D
 
 protected:
+    // find the window to use as parent for this dialog if none has been
+    // specified explicitly by the user
+    //
+    // may return NULL
+    wxWindow *FindSuitableParent() const;
+
     // show modal dialog and enter modal loop
     void DoShowModal();