]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Chnages to mono-bitmap code.
[wxWidgets.git] / include / wx / gtk1 / window.h
index 2895efbb9ab5a045f77076bdbc01c2b19489d5e0..18f6a1abc0494cffe2aebba0d58d964f6f11b4d8 100644 (file)
@@ -104,10 +104,6 @@ public:
     // 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 WXWidget GetHandle() const { return m_widget; }
 
     // also sets the global flag
@@ -224,6 +220,7 @@ public:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
+    virtual void DoMoveWindow(int x, int y, int width, int height);
 
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );