Classes: \helpref{wxGrid}{wxgrid}
-\subsection{Introduction}
+\subsection{Introduction}\label{introductiontowxgrid}
wxGrid and its related classes are used for displaying and editing tabular data.
-\subsection{Getting started: a simple example}
+\subsection{Getting started: a simple example}\label{simplewxgridexample}
For simple applications you need only refer to the wxGrid class in your
code. This example shows how you might create a grid in a frame or
dialog constructor and illustrates some of the formatting functions.
\end{verbatim}
-\subsection{A more complex example}
+\subsection{A more complex example}\label{complexwxgridexample}
Yet to be written
-\subsection{How the wxGrid classes relate to each other}
+\subsection{How the wxGrid classes relate to each other}\label{wxgridclassesrelations}
Yet to be written
-\subsection{Keyboard and mouse actions}
+\subsection{Keyboard and mouse actions}\label{keyboardandmouseinwxgrid}
Yet to be written