See #15346.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74690
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Get any client data associated with the tool.
/**
Get any client data associated with the tool.
ID of the tool in question, as passed to AddTool().
@return Client data, or @NULL if there is none.
ID of the tool in question, as passed to AddTool().
@return Client data, or @NULL if there is none.
/**
Called to determine whether a tool is enabled (responds to user input).
/**
Called to determine whether a tool is enabled (responds to user input).
ID of the tool in question, as passed to AddTool().
@return @true if the tool is enabled, @false otherwise.
ID of the tool in question, as passed to AddTool().
@return @true if the tool is enabled, @false otherwise.
/**
Returns the help string for the given tool.
/**
Returns the help string for the given tool.
ID of the tool in question, as passed to AddTool().
@since 2.9.4
ID of the tool in question, as passed to AddTool().
@since 2.9.4
/**
Return the kind of the given tool.
/**
Return the kind of the given tool.
ID of the tool in question, as passed to AddTool().
@since 2.9.4
ID of the tool in question, as passed to AddTool().
@since 2.9.4
Returns the tool position in the toolbar, or @c wxNOT_FOUND if the tool
is not found.
Returns the tool position in the toolbar, or @c wxNOT_FOUND if the tool
is not found.
ID of the tool in question, as passed to AddTool().
@since 2.9.4
ID of the tool in question, as passed to AddTool().
@since 2.9.4
/**
Gets the on/off state of a toggle tool.
/**
Gets the on/off state of a toggle tool.
ID of the tool in question, as passed to AddTool().
@return @true if the tool is toggled on, @false otherwise.
ID of the tool in question, as passed to AddTool().
@return @true if the tool is toggled on, @false otherwise.
/**
Sets the client data associated with the tool.
/**
Sets the client data associated with the tool.
ID of the tool in question, as passed to AddTool().
ID of the tool in question, as passed to AddTool().
+ @param clientData
+ The client data to use.
@param tool_id
ID of the tool in question, as passed to AddTool().
@param tool_id
ID of the tool in question, as passed to AddTool().
+ @param bitmap
+ Bitmap to use for disabled tools.
/**
Sets the help string shown in tooltip for the given tool.
/**
Sets the help string shown in tooltip for the given tool.
ID of the tool in question, as passed to AddTool().
@param helpString
A string for the help.
ID of the tool in question, as passed to AddTool().
@param helpString
A string for the help.
@param tool_id
ID of the tool in question, as passed to AddTool().
@param tool_id
ID of the tool in question, as passed to AddTool().
+ @param bitmap
+ Bitmap to use for normals tools.