]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Added wxFopen to the MSLU code.
[wxWidgets.git] / include / wx / control.h
index 6552443ecdedfa08aa515d78e6686feb16555483..2df5ef5fa345a7883693a02d3789dc0f523ce67c 100644 (file)
@@ -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
@@ -97,6 +100,8 @@ protected:
 
 #if defined(__WXUNIVERSAL__)
     #include "wx/univ/control.h"
+#elif defined(__WXPALMOS__)
+    #include "wx/palmos/control.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/control.h"
 #elif defined(__WXMOTIF__)