git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30034
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for wxSortedArray only.
Searches the element in the array, starting from either beginning or the end
for wxSortedArray only.
Searches the element in the array, starting from either beginning or the end
-depending on the value of {\it searchFromEnd} parameter. wxNOT\_FOUND is
+depending on the value of {\it searchFromEnd} parameter. {\tt wxNOT\_FOUND} is
returned if the element is not found, otherwise the index of the element is
returned.
returned if the element is not found, otherwise the index of the element is
returned.
wxSortedArrayString, but it ignores the {\it bCase} and {\it bFromEnd}
parameters in the latter case.
wxSortedArrayString, but it ignores the {\it bCase} and {\it bFromEnd}
parameters in the latter case.
-Returns index of the first item matched or wxNOT\_FOUND if there is no match.
+Returns index of the first item matched or {\tt wxNOT\_FOUND} if there is no match.
\membersection{wxArrayString::Insert}\label{wxarraystringinsert}
\membersection{wxArrayString::Insert}\label{wxarraystringinsert}
\twocolitem{\helpref{wxFFile}{wxffile}}{Another low-level file input/output class.}
\twocolitem{\helpref{wxTempFile}{wxtempfile}}{Class to safely replace an existing file}
\twocolitem{\helpref{wxTextFile}{wxtextfile}}{Class for working with text files as with arrays of lines}
\twocolitem{\helpref{wxFFile}{wxffile}}{Another low-level file input/output class.}
\twocolitem{\helpref{wxTempFile}{wxtempfile}}{Class to safely replace an existing file}
\twocolitem{\helpref{wxTextFile}{wxtextfile}}{Class for working with text files as with arrays of lines}
-\twocolitem{\helpref{wxStandardPaths}{wxstandardsaths}}{Paths for standard directories}
+\twocolitem{\helpref{wxStandardPaths}{wxstandardpaths}}{Paths for standard directories}
\end{twocollist}
{\large {\bf Stream classes}}
\end{twocollist}
{\large {\bf Stream classes}}
\func{void}{SetSelection}{\param{int}{ n}}
Sets the selection to the given item \arg{n} or removes the selection entirely
\func{void}{SetSelection}{\param{int}{ n}}
Sets the selection to the given item \arg{n} or removes the selection entirely
-if \arg{n} $==$ \textt{wxNOT\_FOUND}.
+if \arg{n} $==$ {\tt wxNOT\_FOUND}.
Note that this does not cause any command events to be emitted.
Note that this does not cause any command events to be emitted.
\func{int}{XToCol}{\param{int }{x}}
Returns the grid column that corresponds to the logical x coordinate. Returns
\func{int}{XToCol}{\param{int }{x}}
Returns the grid column that corresponds to the logical x coordinate. Returns
-wxNOT\_FOUND if there is no column at the x position.
+{\tt wxNOT\_FOUND} if there is no column at the x position.
\membersection{wxGrid::XToEdgeOfCol}\label{wxgridxtoedgeofcol}
\func{int}{XToEdgeOfCol}{\param{int }{x}}
Returns the column whose right hand edge is close to the given logical x position.
\membersection{wxGrid::XToEdgeOfCol}\label{wxgridxtoedgeofcol}
\func{int}{XToEdgeOfCol}{\param{int }{x}}
Returns the column whose right hand edge is close to the given logical x position.
-If no column edge is near to this position wxNOT\_FOUND is returned.
+If no column edge is near to this position {\tt wxNOT\_FOUND} is returned.
\membersection{wxGrid::YToEdgeOfRow}\label{wxgridytoedgeofrow}
\func{int}{YToEdgeOfRow}{\param{int }{y}}
Returns the row whose bottom edge is close to the given logical y position.
\membersection{wxGrid::YToEdgeOfRow}\label{wxgridytoedgeofrow}
\func{int}{YToEdgeOfRow}{\param{int }{y}}
Returns the row whose bottom edge is close to the given logical y position.
-If no row edge is near to this position wxNOT\_FOUND is returned.
+If no row edge is near to this position {\tt wxNOT\_FOUND} is returned.
\membersection{wxGrid::YToRow}\label{wxgridytorow}
\func{int}{YToRow}{\param{int }{y}}
Returns the grid row that corresponds to the logical y coordinate. Returns
\membersection{wxGrid::YToRow}\label{wxgridytorow}
\func{int}{YToRow}{\param{int }{y}}
Returns the grid row that corresponds to the logical y coordinate. Returns
-wxNOT\_FOUND if there is no row at the y position.
+{\tt wxNOT\_FOUND} if there is no row at the y position.
\func{int}{IndexOf}{\param{T*}{ obj }}
\func{int}{IndexOf}{\param{T*}{ obj }}
-Returns the index of {\it obj} within the list or wxNOT\_FOUND if {\it obj}
+Returns the index of {\it obj} within the list or {\tt wxNOT\_FOUND} if {\it obj}
is not found in the list.
\membersection{wxList::Insert}\label{wxlistinsert}
is not found in the list.
\membersection{wxList::Insert}\label{wxlistinsert}
-First form: menu item identifier, or wxNOT\_FOUND if none is found.
+First form: menu item identifier, or {\tt wxNOT\_FOUND} if none is found.
Second form: returns the menu item object, or NULL if it is not found.
Second form: returns the menu item object, or NULL if it is not found.
\constfunc{int}{FindMenu}{\param{const wxString\& }{title}}
\constfunc{int}{FindMenu}{\param{const wxString\& }{title}}
-Returns the index of the menu with the given {\it title} or wxNOT\_FOUND if no
+Returns the index of the menu with the given {\it title} or {\tt wxNOT\_FOUND} if no
such menu exists in this menubar. The {\it title} parameter may specify either
the menu title (with accelerator characters, i.e. {\tt "\&File"}) or just the
menu label ({\tt "File"}) indifferently.
such menu exists in this menubar. The {\it title} parameter may specify either
the menu title (with accelerator characters, i.e. {\tt "\&File"}) or just the
menu label ({\tt "File"}) indifferently.
-The menu item identifier, or wxNOT\_FOUND if none was found.
+The menu item identifier, or {\tt wxNOT\_FOUND} if none was found.
\func{int}{IndexOf}{\void}
Returns the zero-based index of this node within the list. The return value
\func{int}{IndexOf}{\void}
Returns the zero-based index of this node within the list. The return value
-will be NOT\_FOUND if the node has not been added to a list yet.
+will be {\tt wxNOT\_FOUND} if the node has not been added to a list yet.
\constfunc{int}{GetToolPos}{\param{int }{toolId}}
\constfunc{int}{GetToolPos}{\param{int }{toolId}}
-Returns the tool position in the toolbar, or wxNOT\_FOUND if the tool is not found.
+Returns the tool position in the toolbar, or {\tt wxNOT\_FOUND} if the tool is not found.
\membersection{wxToolBar::GetToolSeparation}\label{wxtoolbargettoolseparation}
\membersection{wxToolBar::GetToolSeparation}\label{wxtoolbargettoolseparation}
If {\bf caseSensitive}, comparison is case sensitive (the default).
If {\bf caseSensitive}, comparison is case sensitive (the default).
-Returns the index of the first item matched, or wxNOT\_FOUND.
+Returns the index of the first item matched, or {\tt wxNOT\_FOUND}.
% TODO
%\membersection{wxString::insert}\label{wxstringinsert}
% TODO
%\membersection{wxString::insert}\label{wxstringinsert}