- // accessors
- void SetLabel(const wxString& label);
- bool SetFont( const wxFont &font );
-
- // overriden base class virtuals
- virtual bool AcceptsFocus() const { return FALSE; }
-
- // callbacks
- virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+ // override some methods to resize the window properly
+ virtual void SetLabel(const wxString& label);
+ virtual bool SetFont( const wxFont &font );