+ virtual void DoGetClientSize( int *width, int *height ) const;
+ virtual void DoGetSize( 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?