]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gridevt.tex
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / docs / latex / wx / gridevt.tex
index 0215e809774d01fb2b065a6b8ebd6d603b0dd6b6..a58b498b548a23bb941ed7edcaab15fa0b46653e 100644 (file)
@@ -18,6 +18,10 @@ The ...\_CMD\_... variants also take a window identifier.
 \twocolitem{{\bf EVT\_GRID\_CMD\_EDITOR\_CREATED(id, func)}}{The editor for a cell was created; variant taking a window identifier. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
 \end{twocollist}%
 
+\wxheading{Include files}
+
+<wx/grid.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxGridEditorCreatedEvent::wxGridEditorCreatedEvent}\label{wxgrideditorcreatedeventconstr}
@@ -139,8 +143,8 @@ Returns true if the Meta key was down at the time of the event.
 
 \func{bool}{Selecting}{\void}
 
-Returns true if the user deselected a cell, false if the user
-deselected a cell.
+Returns true if the user is selecting grid cells, false -- if
+deselecting.
 
 \membersection{wxGridEvent::ShiftDown}\label{wxgrideventshiftdown}
 
@@ -169,6 +173,10 @@ The ...\_CMD\_... variants also take a window identifier.
 \twocolitem{{\bf EVT\_GRID\_CMD\_RANGE\_SELECT(func)}}{The user selected a group of contiguous cells; variant taking a window identifier. Processes a wxEVT\_GRID\_RANGE\_SELECT.}
 \end{twocollist}%
 
+\wxheading{Include files}
+
+<wx/grid.h>
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxGridRangeSelectEvent::wxGridRangeSelectEvent}\label{wxgridrangeselecteventconstr}