]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index a90b7305f025080bbb13af798ed9d15027a72710..c9968337278b45a7bcdbec7b5343910d4c7ebac3 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();