]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
added virtual list control functions (but not implemented them yet) to the native...
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index c9968337278b45a7bcdbec7b5343910d4c7ebac3..7050e0b05e22efa791a33d1d384fcad76eba75b4 100644 (file)
@@ -103,6 +103,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    // common part of Destroy() and ~wxDialog
+    void CleanUp();
+
     virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);