Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-11 12:05:53 +00:00
parent 27ef4b9b29
commit 095e0f9148
4 changed files with 15 additions and 12 deletions

View File

@@ -1908,3 +1908,4 @@ If no row edge is near to this position {\tt wxNOT\_FOUND} is returned.
Returns the grid row that corresponds to the logical y coordinate. Returns Returns the grid row that corresponds to the logical y coordinate. Returns
{\tt wxNOT\_FOUND} if there is no row at the y position. {\tt wxNOT\_FOUND} if there is no row at the y position.

View File

@@ -85,3 +85,4 @@ Sets a new font.
\func{void}{SetTextColour}{\param{const wxColour\& }{colour}} \func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
Sets a new text color. Sets a new text color.

View File

@@ -1020,5 +1020,6 @@ SortItems with a reference to a callable object that expects two
parameters.} parameters.}
\perlnote{In wxPerl the comparison function must take just two parameters; \perlnote{In wxPerl the comparison function must take just two parameters;
however, you may use a closure to achieve an effect similar to the however, you may use a closure to achieve an effect similar to the
SortItems third parameter.} SortItems third parameter.}