X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/toolbar.h?ds=sidebyside diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index c85bdcf919..08bcaa1ca9 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -883,6 +883,8 @@ public: @param id ID of the tool in question, as passed to AddTool(). + @param clientData + The client data to use. */ virtual void SetToolClientData(int id, wxObject* clientData); @@ -893,6 +895,8 @@ public: @param id ID of the tool in question, as passed to AddTool(). + @param bitmap + Bitmap to use for disabled tools. @note The native toolbar classes on the main platforms all synthesize the disabled bitmap from the normal bitmap, so this function will @@ -922,6 +926,8 @@ public: @param id ID of the tool in question, as passed to AddTool(). + @param bitmap + Bitmap to use for normals tools. */ virtual void SetToolNormalBitmap(int id, const wxBitmap& bitmap);