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:
parent
8505c48a34
commit
609bcb633a
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue