Document that wxAuiToolBar::AddTool() does support client data

This is the case after the changes of 9f55d568c2 (Add support for client
data to wxAuiToolBar, 2023-02-20).

Closes #23283.
This commit is contained in:
Miguel Gimenez 2023-02-21 15:56:09 +01:00 committed by Vadim Zeitlin
parent 8505c48a34
commit 609bcb633a

View file

@ -739,8 +739,7 @@ public:
Add a new tool to the toolbar.
This function works similarly to the corresponding wxToolBar::AddTool()
overloads, but notice that there is currently no support for @a
client_data in this class, i.e. this parameter is simply ignored.
overloads. Note that before 3.3.0 the @a client_data parameter was not used.
*/
wxAuiToolBarItem* AddTool(int toolId,
const wxString& label,