X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..99cea4b37072c42bf17541aa86405c57fedc883b:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index 6552443ecd..b6136bd449 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -63,6 +63,9 @@ public: // if the button was clicked) virtual void Command(wxCommandEvent &event); + virtual void SetLabel( const wxString &label ); + virtual bool SetFont(const wxFont& font); + protected: // creates the control (calls wxWindowBase::CreateBase inside) and adds it // to the list of parents children