X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca6a5f04692678cd2d9f3ea0843fc3f5a0b254f..6cfc4ddb23f0d0572c37f3e9b8f298d85ae7e8aa:/docs/latex/wx/gridwork.tex

diff --git a/docs/latex/wx/gridwork.tex b/docs/latex/wx/gridwork.tex
index c8dcc258a3..072879bc72 100644
--- a/docs/latex/wx/gridwork.tex
+++ b/docs/latex/wx/gridwork.tex
@@ -3,16 +3,13 @@
 % grid.h at 11/May/00 18:30:18
 %
 
-
 \section{\class{wxGridCellWorker}}\label{wxgridcellworker}
 
+This is the common base class for wxGridCellRenderer and
+wxGridCellEditor.
 
-
-wxGridCellWorker: common base class for wxGridCellRenderer and
-wxGridCellEditor
 NB: this is more an implementation convenience than a design issue, so this
-class is not documented and is not public at all
-
+class is not documented and is not public at all.
 
 \wxheading{Derived from}
 
@@ -22,12 +19,10 @@ No base class
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxGridCellWorker::wxGridCellWorker}\label{wxgridcellworkerwxgridcellworker}
 
 \func{}{wxGridCellWorker}{\void}
 
-
 \membersection{wxGridCellWorker::IncRef}\label{wxgridcellworkerincref}
 
 \func{void}{IncRef}{\void}
@@ -36,24 +31,21 @@ this class is ref counted: it is created with ref count of 1, so
 calling DecRef() once will delete it. Calling IncRef() allows to lock
 it until the matching DecRef() is called
 
-
 \membersection{wxGridCellWorker::DecRef}\label{wxgridcellworkerdecref}
 
 \func{void}{DecRef}{\void}
 
-
 \membersection{wxGridCellWorker::SetParameters}\label{wxgridcellworkersetparameters}
 
 \func{void}{SetParameters}{\param{const wxString\& }{params}}
 
-interpret renderer parameters: arbitrary string whose interpretatin is
-left to the derived classes
-
+Interpret renderer parameters: arbitrary string whose interpretation is
+left to the derived classes.
 
 \membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
 
 \func{}{\destruct{wxGridCellWorker}}{\void}
 
-virtual dtor for any base class - private because only DecRef() can
-delete us
+Virtual dtor for any base class - private because only DecRef() can
+delete us.