X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78c49c5829433d36203e9c3bc04f2e803ecddc60..56aed4aace5692ac9ae5b332f84630609cb97c92:/docs/latex/wx/tgrid.tex

diff --git a/docs/latex/wx/tgrid.tex b/docs/latex/wx/tgrid.tex
index dc1aedc603..1b59a8fb2f 100644
--- a/docs/latex/wx/tgrid.tex
+++ b/docs/latex/wx/tgrid.tex
@@ -2,10 +2,10 @@
 
 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. 
@@ -49,12 +49,12 @@ 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