]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dialog.h
another GetInt/GetId bug fix
[wxWidgets.git] / include / wx / gtk / dialog.h
index a90b7305f025080bbb13af798ed9d15027a72710..7050e0b05e22efa791a33d1d384fcad76eba75b4 100644 (file)
@@ -86,7 +86,12 @@ public:
     virtual bool IsTopLevel() const { return TRUE; }
     
     // implementation
+    // --------------
 
+    // move the window to the specified location and resize it: this is called
+    // from both DoSetSize() and DoSetClientSize()
+    virtual void DoMoveWindow(int x, int y, int width, int height);
+    
     virtual void GtkOnSize( int x, int y, int width, int height );
     virtual void OnInternalIdle();
 
@@ -98,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);