+ // events
+ void DrawParagraph(wxDC &dc, wxString paragraph, int &y);
+ void OnPaint( wxPaintEvent &event ) ;
+ void OnDraw( wxDC &dc ) ;
+ virtual wxSize DoGetBestSize() const ;
+ virtual bool AcceptsFocus() const { return FALSE; }
+ private :
+ wxString m_label ;
+
+ DECLARE_EVENT_TABLE()