X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24d705907ddcbe8e701867be2fb6f457a3dfab6f..a607d8d633e055fc5cea22c0b829cd65b5c3dbfb:/docs/latex/wx/gridevt.tex diff --git a/docs/latex/wx/gridevt.tex b/docs/latex/wx/gridevt.tex index 0215e80977..c26f713376 100644 --- a/docs/latex/wx/gridevt.tex +++ b/docs/latex/wx/gridevt.tex @@ -18,6 +18,14 @@ 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} + + + +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxGridEditorCreatedEvent::wxGridEditorCreatedEvent}\label{wxgrideditorcreatedeventconstr} @@ -80,6 +88,10 @@ This event class contains information about various grid events. +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \wxheading{Event handling} \input gridevt.inc @@ -139,8 +151,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 +181,14 @@ 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} + + + +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxGridRangeSelectEvent::wxGridRangeSelectEvent}\label{wxgridrangeselecteventconstr} @@ -264,6 +284,10 @@ This event class contains information about a row/column resize event. +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \wxheading{Event handling} The event handler for the following functions takes a