]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
added missing header to fix !USE_PCH compilation
[wxWidgets.git] / include / wx / control.h
index d3c7c8f896758e41958134446a853df76d0ffc28..b6136bd44950d80aac5c12d601cf5f37a5025140 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     26.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CONTROL_H_BASE_
@@ -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