-// the following are just helper functions to help some compiler with the extended rtti inf
- void SetWindowPosition( const wxPoint &pt) { SetPosition( pt ) ; }
- wxPoint GetWindowPosition() const { return GetPosition() ; }
-
- void SetWindowSize( const wxSize &sz ) { SetSize( sz ) ; }
- wxSize GetWindowSize() const { return GetSize() ; }
-