X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5053ade6b00922decc47f2cf143ef08b5d0cfbb..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/include/wx/x11/toplevel.h diff --git a/include/wx/x11/toplevel.h b/include/wx/x11/toplevel.h index de89221ca1..4f66abbf4b 100644 --- a/include/wx/x11/toplevel.h +++ b/include/wx/x11/toplevel.h @@ -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;