]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tgrid.tex
fixed status bar positioning to work both with and without sizers (patch 1199639...
[wxWidgets.git] / docs / latex / wx / tgrid.tex
index dc1aedc6038dbc8b568e95c5c823c440b207bad6..1b59a8fb2f3a41d2ba28831f686bb36245858dfe 100644 (file)
@@ -2,10 +2,10 @@
 
 Classes: \helpref{wxGrid}{wxgrid}
 
 
 Classes: \helpref{wxGrid}{wxgrid}
 
-\subsection{Introduction}
+\subsection{Introduction}\label{introductiontowxgrid}
 wxGrid and its related classes are used for displaying and editing tabular data.
 
 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. 
 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}
 
 
 \end{verbatim}
 
-\subsection{A more complex example}
+\subsection{A more complex example}\label{complexwxgridexample}
 Yet to be written
 
 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
 
 Yet to be written
 
-\subsection{Keyboard and mouse actions}
+\subsection{Keyboard and mouse actions}\label{keyboardandmouseinwxgrid}
 Yet to be written
 
 Yet to be written