Minor manual fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
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.
|
||||
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.
|
||||
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
|
||||
wxNOT\_FOUND if there is no row at the y position.
|
||||
{\tt wxNOT\_FOUND} if there is no row at the y position.
|
||||
|
||||
|
Reference in New Issue
Block a user