- void SetNeedResizeInIdle( bool set = TRUE ) { m_needResizeInIdle = set; }
-
-protected:
- // common part of all ctors
- void Init();
+ 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);