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:
Robert Roebling 2007-06-23 17:09:16 +00:00
parent 7477f0898c
commit 75d9e50223
2 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,7 @@ Ensures this item is visible.
\membersection{wxListCtrl::FindItem}\label{wxlistctrlfinditem}
\func{long}{FindItem}{\param{long }{start}, \param{const wxString\& }{str}, \param{const bool }{partial = false}}
\func{long}{FindItem}{\param{long }{start}, \param{const wxString\& }{str}, \param{bool }{partial = false}}
Find an item whose label matches this string, starting from {\it start} or
the beginning if {\it start} is -1. The string comparison is case
@ -1024,7 +1024,7 @@ The colour can be retrieved using
\membersection{wxListCtrl::SetSingleStyle}\label{wxlistctrlsetsinglestyle}
\func{void}{SetSingleStyle}{\param{long }{style}, \param{const bool }{add = true}}
\func{void}{SetSingleStyle}{\param{long }{style}, \param{bool }{add = true}}
Adds or removes a single window style.

View File

@ -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.