]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toolbar.h
replace the static control in wxMessageDialog with an edit control with a vertical...
[wxWidgets.git] / include / wx / palmos / toolbar.h
index 217b79125f985ee44691711793c7aae17d803abe..27b9291093e12547c249576e53abe7dc5ed7e118 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "wx/dynarray.h"
 
-class WXDLLEXPORT wxToolBar : public wxToolBarBase
+class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
 {
 public:
     // ctors and dtor
@@ -83,7 +83,8 @@ protected:
                                           wxObject *clientData,
                                           const wxString& shortHelp,
                                           const wxString& longHelp);
-    virtual wxToolBarToolBase *CreateTool(wxControl *control);
+    virtual wxToolBarToolBase *CreateTool(wxControl *control,
+                                          const wxString& label);
 
     // return the appropriate size and flags for the toolbar control
     virtual wxSize DoGetBestSize() const;