projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added GetKind getter
[wxWidgets.git]
/
include
/
wx
/
palmos
/
toolbar.h
diff --git
a/include/wx/palmos/toolbar.h
b/include/wx/palmos/toolbar.h
index 217b79125f985ee44691711793c7aae17d803abe..27b9291093e12547c249576e53abe7dc5ed7e118 100644
(file)
--- a/
include/wx/palmos/toolbar.h
+++ b/
include/wx/palmos/toolbar.h
@@
-16,7
+16,7
@@
#include "wx/dynarray.h"
#include "wx/dynarray.h"
-class WXDLL
EXPORT
wxToolBar : public wxToolBarBase
+class WXDLL
IMPEXP_CORE
wxToolBar : public wxToolBarBase
{
public:
// ctors and dtor
{
public:
// ctors and dtor
@@
-83,7
+83,8
@@
protected:
wxObject *clientData,
const wxString& shortHelp,
const wxString& longHelp);
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;
// return the appropriate size and flags for the toolbar control
virtual wxSize DoGetBestSize() const;