+ // set the icon for the window
+ void DoSetIcon( const wxIcon& icon );
+
+ // For implementation of delayed resize events
+ bool m_needResizeInIdle;
+
+ 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?