]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor manual fixes.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 20 Oct 2004 11:12:56 +0000 (11:12 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 20 Oct 2004 11:12:56 +0000 (11:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/array.tex
docs/latex/wx/arrstrng.tex
docs/latex/wx/category.tex
docs/latex/wx/ctrlsub.tex
docs/latex/wx/grid.tex
docs/latex/wx/list.tex
docs/latex/wx/menu.tex
docs/latex/wx/node.tex
docs/latex/wx/toolbar.tex
docs/latex/wx/wxstring.tex

index 9c2596a60b62cada941392357d59fd38b179e753..a3da99e682231a37833f494491a35fb02e69a0b9 100644 (file)
@@ -531,7 +531,7 @@ The first version of the function is for wxArray and wxObjArray, the second is
 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.
 
index e79a8fcdd208d965df5b88ab5e11e0d3ec71a7f4..e6a7484de20979f6e9170acad012868c93458ac8 100644 (file)
@@ -173,7 +173,7 @@ This function uses linear search for wxArrayString and binary search for
 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}
 
index 9591db27cbf0c57aad28e5d62f211b01f984718d..1b4c257bf2d72f036decfd00e186571480b7d663 100644 (file)
@@ -463,7 +463,7 @@ overview}{wxfileoverview} for more details.
 \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}}
index caac770407c6988bb847852a6a2d678e07067cda..fe7dbbf5fe50e3f119ad9ece7c658df72c9eda60 100644 (file)
@@ -308,7 +308,7 @@ pointers had been associated with the control items before.
 \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.
 
index ae1575c0b8bf6dd11323b6041488c1f0402dee1d..f028d7265400a4d61917d7797af778c18dafcb8d 100644 (file)
@@ -1524,26 +1524,26 @@ Displays the in-place cell edit control for the current cell.
 \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.
 
 
index e69699fb3c1268cbf82793b27f199b29722093ba..b6e9b6b463577b518693a827d0b40dd441d6b787 100644 (file)
@@ -248,7 +248,7 @@ Returns the last node in the list (NULL if the list is empty).
 
 \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}
index b227ea8e860c004d33f31197d7eee4c2a419bc7c..21bb91bfab1338851082a31e38c0bbec31a9f8d1 100644 (file)
@@ -339,7 +339,7 @@ parent menu (if the item was found)}
 
 \wxheading{Return value}
 
 
 \wxheading{Return value}
 
-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.
 
@@ -786,7 +786,7 @@ associated with a frame.
 
 \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.
@@ -805,7 +805,7 @@ Finds the menu item id for a menu name/menu item string pair.
 
 \wxheading{Return value}
 
 
 \wxheading{Return value}
 
-The menu item identifier, or wxNOT\_FOUND if none was found.
+The menu item identifier, or {\tt wxNOT\_FOUND} if none was found.
 
 \wxheading{Remarks}
 
 
 \wxheading{Remarks}
 
index 2a207a8a5e66b80774d43c04699389776acf1d30..53c3fe71dad17d817e28d61bc4bd2023dcacca50 100644 (file)
@@ -59,5 +59,5 @@ set when the node was created).
 \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.
 
 
index d396eac7141b2d79e140104b1178f036db3fc3b2..512ac336b14393044a5660d89e8b7cc8a6a3641d 100644 (file)
@@ -473,7 +473,7 @@ Returns the value used for packing tools.
 
 \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}
 
index 9b637b6ae5e92c5d4b0e08b39e0a3c74a530be03..eaccfee1a2930c7af767c5e16eb4ffd5e8383835 100644 (file)
@@ -731,7 +731,7 @@ If {\it fromEnd} is true, reverse search direction.
 
 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}