X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..dd9f8b6bb6935360a8271dc3e8749fb026b601a8:/include/wx/palmos/toolbar.h diff --git a/include/wx/palmos/toolbar.h b/include/wx/palmos/toolbar.h index d31ac94067..4e4d85455e 100644 --- a/include/wx/palmos/toolbar.h +++ b/include/wx/palmos/toolbar.h @@ -12,10 +12,6 @@ #ifndef _WX_TBAR95_H_ #define _WX_TBAR95_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "toolbar.h" -#endif - #if wxUSE_TOOLBAR #include "wx/dynarray.h" @@ -87,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;