]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/toplevel.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / x11 / toplevel.h
index de89221ca1ab7682712fb450413303ec395ffa55..4f66abbf4b7c29b39c6d6b31c6d6f05e448da557 100644 (file)
@@ -78,6 +78,10 @@ protected:
 
     virtual void DoGetClientSize( int *width, int *height ) const;
     virtual void DoSetClientSize(int width, int height);
+    virtual void DoSetSize(int x, int y,
+        int width, int height,
+        int sizeFlags = wxSIZE_AUTO);
+    virtual void DoGetPosition( int *x, int *y ) const;
     
     // is the frame currently iconized?
     bool m_iconized;