]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/docs/latex/fl/cbbarspy.tex
use full 32bit range for the process ids
[wxWidgets.git] / contrib / docs / latex / fl / cbbarspy.tex
index ed132715cad783c7ef64840c73be14d5af99e361..da87a05660415374dc88f11122ed01e9cfffb25b 100644 (file)
@@ -1,24 +1,47 @@
 %
 % automatically generated by HelpGen $Revision$ from
-% controlbar.h at 05/Jan/02 22:50:58
+% controlbar.h at 21/Jan/02 21:14:13
 %
 
 
 \section{\class{cbBarSpy}}\label{cbbarspy}
 
 
-FIXME:: somehow in debug v. originall wxASSERT's are not compiled in...
-\#undef  wxASSERT
-\#define wxASSERT(x) if ( !(x) ) throw;
-helper class, used for spying for not-handled mouse events on control-bars
-and forwarding them to the frame layout
+Helper class, used for spying for unhandled mouse events on control bars
+and forwarding them to the frame layout.
 
 \wxheading{Derived from}
 
 \helpref{wxEvtHandler}{wxevthandler}
 
+\wxheading{Include files}
+
+<wx/fl/controlbar.h>
+
 \wxheading{Data structures}
 
+{\small \begin{verbatim}
+typedef cbBarInfo* BarInfoPtrT
+\end{verbatim}}
+forward declarations
+
+{\small \begin{verbatim}
+typedef cbRowInfo* RowInfoPtrT
+\end{verbatim}}
+enumeration of hittest results, see cbDockPane::HitTestPaneItems(..)
+\begin{verbatim}
+enum CB_HITTEST_RESULT
+{
+    CB_NO_ITEMS_HITTED,
+
+    CB_UPPER_ROW_HANDLE_HITTED,
+    CB_LOWER_ROW_HANDLE_HITTED,
+    CB_LEFT_BAR_HANDLE_HITTED,
+    CB_RIGHT_BAR_HANDLE_HITTED,
+    CB_BAR_CONTENT_HITTED
+}
+\end{verbatim}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
@@ -26,18 +49,24 @@ and forwarding them to the frame layout
 
 \func{}{cbBarSpy}{\param{wxFrameLayout* }{pPanel}}
 
+Constructor, taking a parent pane.
+
 
 \func{}{cbBarSpy}{\void}
 
+Default constructor.
+
 
 \membersection{cbBarSpy::ProcessEvent}\label{cbbarspyprocessevent}
 
 \func{bool}{ProcessEvent}{\param{wxEvent\& }{event}}
 
-overriden
+Performs special event processing.
 
 
 \membersection{cbBarSpy::SetBarWindow}\label{cbbarspysetbarwindow}
 
 \func{void}{SetBarWindow}{\param{wxWindow* }{pWnd}}
 
+Sets the bar window.
+