X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/085dd1e96fa33d4309e6c9f930d0ad4102b64088..33ebfc3b9b542e2cefcab456e47a101311b74697:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index b891236e4a..b6136bd449 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -5,7 +5,7 @@ // Modified by: // Created: 26.07.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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