]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
The standalone PyShell and PyCrust apps need to set the focus to the
[wxWidgets.git] / include / wx / msw / dialog.h
index 552f764fc809b9d9a9b3038af8cd2f65922cafc4..3a779079b4e08191d675151d66d43b81df5f3624 100644 (file)
@@ -70,14 +70,11 @@ public:
     // returns TRUE if we're in a modal loop
     bool IsModalShowing() const;
 
-    // wxMSW only: remove the "Close" button from the dialog
-    bool EnableCloseButton(bool enable = TRUE);
-
     // implementation only from now on
     // -------------------------------
 
     // override some base class virtuals
-    virtual bool Show(bool show);
+    virtual bool Show(bool show = TRUE);
 
     // event handlers
     bool OnClose();
@@ -101,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();