+ virtual bool Show(int n, bool show = true);
+
+ virtual void SetLabel(const wxString& label);
+ virtual wxString GetLabel();
+
+ virtual void DoGetPosition( int *x, int *y ) const;
+ virtual void DoGetSize( int *width, int *height ) const;
+ virtual void DoMoveWindow(int x, int y, int width, int height);
+
+ virtual wxPoint GetClientAreaOrigin() const;
+