Remove const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -350,7 +350,7 @@ deletes the tool at the specified position and not the one with the given id.
|
||||
|
||||
\membersection{wxToolBar::EnableTool}\label{wxtoolbarenabletool}
|
||||
|
||||
\func{void}{EnableTool}{\param{int }{toolId}, \param{const bool}{ enable}}
|
||||
\func{void}{EnableTool}{\param{int }{toolId}, \param{bool}{ enable}}
|
||||
|
||||
Enables or disables the tool.
|
||||
|
||||
@@ -898,7 +898,7 @@ Sets the default separator size. The default value is 5.
|
||||
|
||||
\membersection{wxToolBar::ToggleTool}\label{wxtoolbartoggletool}
|
||||
|
||||
\func{void}{ToggleTool}{\param{int }{toolId}, \param{const bool}{ toggle}}
|
||||
\func{void}{ToggleTool}{\param{int }{toolId}, \param{bool}{ toggle}}
|
||||
|
||||
Toggles a tool on or off. This does not cause any event to get emitted.
|
||||
|
||||
|
Reference in New Issue
Block a user