]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dialog.h
added Mark Newsam's patch
[wxWidgets.git] / include / wx / mac / dialog.h
index 78d8942e7ceb095eb49e681ffe35b587ee698cc6..2ba611bf9aff0855b33c7d7fb23164a067cedf16 100644 (file)
@@ -64,12 +64,8 @@ public:
 
     ~wxDialog();
 
-    virtual bool Destroy();
+//    virtual bool Destroy();
     bool Show(bool show);
-    void Iconize(bool iconize);
-    virtual bool IsIconized() const;
-
-    virtual bool IsTopLevel() const { return TRUE; }
 
     void SetModal(bool flag);
     virtual bool IsModal() const;
@@ -91,7 +87,7 @@ public:
     // --------------
 
     // event handlers
-    bool OnClose();
+//    bool OnClose();
     void OnCharHook(wxKeyEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
 
@@ -103,10 +99,6 @@ public:
     // Responds to colour changes
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
-    // override more base class virtuals
-    virtual void DoGetPosition(int *x, int *y) const;
-    virtual void DoSetClientSize(int width, int height);
-
     // show modal dialog and enter modal loop
     void DoShowModal();