X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97fdfcc9fdc68c3510599bf483afcb34d8768057..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/os2/toolbar.h diff --git a/include/wx/os2/toolbar.h b/include/wx/os2/toolbar.h index 828fc4dd67..12d177e51e 100644 --- a/include/wx/os2/toolbar.h +++ b/include/wx/os2/toolbar.h @@ -15,8 +15,6 @@ #if wxUSE_TOOLBAR #include "wx/tbarbase.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr; - class WXDLLEXPORT wxToolBar: public wxToolBarBase { public: @@ -87,9 +85,10 @@ protected: virtual void DoSetToggle(wxToolBarToolBase *tool, bool toggle); virtual wxToolBarToolBase* CreateTool( int vId - ,const wxBitmap& rBitmap1 - ,const wxBitmap& rBitmap2 - ,bool bToggle + ,const wxString& rsLabel + ,const wxBitmap& rBitmapNormal + ,const wxBitmap& rBitmapDisabled + ,wxItemKind vKind ,wxObject* pClientData ,const wxString& rShortHelpString ,const wxString& rLongHelpString @@ -100,8 +99,7 @@ protected: void UpdateSize(void); // override WndProc to process WM_SIZE - virtual MRESULT OS2WindowProc( HWND hWnd - ,WXUINT ulMsg + virtual MRESULT OS2WindowProc( WXUINT ulMsg ,WXWPARAM wParam ,WXLPARAM lParam );