]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/docs/latex/fl/cbpluginevent.tex
use full 32bit range for the process ids
[wxWidgets.git] / contrib / docs / latex / fl / cbpluginevent.tex
index ed9b1460981d135655aac8ae1bc8d062aa6ed727..4de9953781e06cfca83dd15075f7c6340c3bcbb6 100644 (file)
@@ -1,22 +1,23 @@
 %
 % automatically generated by HelpGen $Revision$ from
-% controlbar.h at 05/Jan/02 22:50:59
+% controlbar.h at 21/Jan/02 21:14:14
 %
 
 
 \section{\class{cbPluginEvent}}\label{cbpluginevent}
 
 
-------------------------------------------------------------
-   "API" for developing custom plugins of Frame Layout Engine
-   TODO:: documentation
-  ------------------------------------------------------------
- base class for all control-bar plugin events
+Base class for all control-bar plugin events.
+This is not a dynamically-creatable class.
 
 \wxheading{Derived from}
 
 \helpref{wxEvent}{wxevent}
 
+\wxheading{Include files}
+
+<wx/fl/controlbar.h>
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \func{}{cbPluginEvent}{\param{wxEventType }{eventType}, \param{cbDockPane* }{pPane}}
 
+Constructor, taking event type and pane.
+
 
 \membersection{cbPluginEvent::Clone}\label{cbplugineventclone}
 
 \constfunc{wxEvent*}{Clone}{\void}
 
-OLD STUFF::
-       // FOR NOW FOR NOW:: all-in-one plugin event structure
-       wxNode* mpObjNode;
-       wxNode* mpObjNodeAux;
-       wxPoint mPos;
-       wxSize  mSize;
-       wxDC*   mpDC;
-       bool    mAuxBoolVal;
-       Not used, but required
+Not used, but required.