+ void SetNeedResizeInIdle( bool set = TRUE )
+ { m_needResizeInIdle = set; }
+ void SetConfigureGeometry( int x, int y, int width, int height )
+ { m_x = x; m_y = y; m_width = width; m_height = height; }
+
+ virtual bool SetShape(const wxRegion& region);