]> git.saurik.com Git - wxWidgets.git/commitdiff
Had accidentally added gridwork.tex to the docs
authorMichael Bedward <mbedward@ozemail.com.au>
Mon, 24 Jul 2000 04:58:40 +0000 (04:58 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Mon, 24 Jul 2000 04:58:40 +0000 (04:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/classes.tex
docs/latex/wx/gridwork.tex [deleted file]

index 8e2b5cd73fd10e10fcb505ef834168d3dd7135bc..2d24b89107d0dd7a6f416fdf11e6de6fdbc3903d 100644 (file)
 \input gridattr.tex
 \input gridedit.tex
 \input gridrend.tex
-\input gridwork.tex
 \input gridtbl.tex
 \input gridsizr.tex
 \input hash.tex
diff --git a/docs/latex/wx/gridwork.tex b/docs/latex/wx/gridwork.tex
deleted file mode 100644 (file)
index c8dcc25..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-%
-% automatically generated by HelpGen from
-% grid.h at 11/May/00 18:30:18
-%
-
-
-\section{\class{wxGridCellWorker}}\label{wxgridcellworker}
-
-
-
-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
-
-
-\wxheading{Derived from}
-
-No base class
-
-\wxheading{Data structures}
-
-\latexignore{\rtfignore{\wxheading{Members}}}
-
-
-\membersection{wxGridCellWorker::wxGridCellWorker}\label{wxgridcellworkerwxgridcellworker}
-
-\func{}{wxGridCellWorker}{\void}
-
-
-\membersection{wxGridCellWorker::IncRef}\label{wxgridcellworkerincref}
-
-\func{void}{IncRef}{\void}
-
-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
-
-
-\membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
-
-\func{}{\destruct{wxGridCellWorker}}{\void}
-
-virtual dtor for any base class - private because only DecRef() can
-delete us
-