void OnPaint( wxPaintEvent &event ) ;
void OnDraw( wxDC &dc ) ;
virtual wxSize DoGetBestSize() const ;
virtual bool AcceptsFocus() const { return FALSE; }
private :
void OnPaint( wxPaintEvent &event ) ;
void OnDraw( wxDC &dc ) ;
virtual wxSize DoGetBestSize() const ;
virtual bool AcceptsFocus() const { return FALSE; }
private :