- virtual void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
+ wxSize GetSize() const { return wxWindow::GetSize(); }
+ wxPoint GetPosition() const { return wxWindow::GetPosition(); }
+ wxSize GetClientSize() const { return wxWindow::GetClientSize(); }
+ wxRect GetClientRect() const { return wxWindow::GetClientRect(); }