]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dialog.h
Add wxSizer::Detach so we can detach child sizers without deletion.
[wxWidgets.git] / include / wx / mac / dialog.h
index 6ae557e92764c1f65751ba3fe2c359f782f55830..fc58b6f03a1cb3782ea1e8479e50f242b10c8777 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DIALOG_H_
 #define _WX_DIALOG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "dialog.h"
 #endif
 
@@ -64,7 +64,7 @@ public:
 
     ~wxDialog();
 
-    virtual bool Destroy();
+//    virtual bool Destroy();
     bool Show(bool show);
 
     void SetModal(bool flag);
@@ -87,7 +87,7 @@ public:
     // --------------
 
     // event handlers
-    bool OnClose();
+//    bool OnClose();
     void OnCharHook(wxKeyEvent& event);
     void OnCloseWindow(wxCloseEvent& event);
 
@@ -99,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();