]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/fl/cbbarspy.tex
added wxObject::AllocExclusive() and associated methods
[wxWidgets.git] / contrib / docs / latex / fl / cbbarspy.tex
CommitLineData
499b2ed8
JS
1%
2% automatically generated by HelpGen $Revision$ from
4cbc57f0 3% controlbar.h at 21/Jan/02 21:14:13
499b2ed8
JS
4%
5
6
7\section{\class{cbBarSpy}}\label{cbbarspy}
8
9
4cbc57f0
JS
10Helper class, used for spying for unhandled mouse events on control bars
11and forwarding them to the frame layout.
499b2ed8
JS
12
13\wxheading{Derived from}
14
15\helpref{wxEvtHandler}{wxevthandler}
16
4cbc57f0
JS
17\wxheading{Include files}
18
19<controlbar.h>
20
499b2ed8
JS
21\wxheading{Data structures}
22
4cbc57f0
JS
23{\small \begin{verbatim}
24typedef cbBarInfo* BarInfoPtrT
25\end{verbatim}}
26forward declarations
27
28{\small \begin{verbatim}
29typedef cbRowInfo* RowInfoPtrT
30\end{verbatim}}
31enumeration of hittest results, see cbDockPane::HitTestPaneItems(..)
32\begin{verbatim}
33enum CB_HITTEST_RESULT
34{
35 CB_NO_ITEMS_HITTED,
36
37 CB_UPPER_ROW_HANDLE_HITTED,
38 CB_LOWER_ROW_HANDLE_HITTED,
39 CB_LEFT_BAR_HANDLE_HITTED,
40 CB_RIGHT_BAR_HANDLE_HITTED,
41 CB_BAR_CONTENT_HITTED
42}
43\end{verbatim}
44
499b2ed8
JS
45\latexignore{\rtfignore{\wxheading{Members}}}
46
47
48\membersection{cbBarSpy::cbBarSpy}\label{cbbarspycbbarspy}
49
50\func{}{cbBarSpy}{\param{wxFrameLayout* }{pPanel}}
51
4cbc57f0
JS
52Constructor, taking a parent pane.
53
499b2ed8
JS
54
55\func{}{cbBarSpy}{\void}
56
4cbc57f0
JS
57Default constructor.
58
499b2ed8
JS
59
60\membersection{cbBarSpy::ProcessEvent}\label{cbbarspyprocessevent}
61
62\func{bool}{ProcessEvent}{\param{wxEvent\& }{event}}
63
4cbc57f0 64Performs special event processing.
499b2ed8
JS
65
66
67\membersection{cbBarSpy::SetBarWindow}\label{cbbarspysetbarwindow}
68
69\func{void}{SetBarWindow}{\param{wxWindow* }{pWnd}}
70
4cbc57f0
JS
71Sets the bar window.
72