]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Added DEVNAMES to wxPrintDialog to remember printer name; fixed wxDC::Clear
[wxWidgets.git] / include / wx / gtk / frame.h
index 97cec7f13b1da2c75fd316b42275e3c299128784..210aa7b612a54cf92c1873dbcec92f242f0f6903 100644 (file)
@@ -93,6 +93,10 @@ public:
     // implementation from now on
     // --------------------------
 
+    // 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);
+    
     // GTK callbacks
     virtual void GtkOnSize( int x, int y, int width, int height );
     virtual void OnInternalIdle();
@@ -109,7 +113,7 @@ protected:
     // common part of all ctors
     void Init();
 
-    // override wxWindow methods to take into account tool/menu/statusbars 
+    // override wxWindow methods to take into account tool/menu/statusbars
     virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);