]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % toolwnd.h at 05/Jan/02 22:50:58 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxToolWindow}}\label{wxtoolwindow} | |
8 | ||
9 | \wxheading{Derived from} | |
10 | ||
11 | \helpref{wxFrame}{wxframe} | |
12 | ||
13 | \wxheading{Data structures} | |
14 | ||
15 | \latexignore{\rtfignore{\wxheading{Members}}} | |
16 | ||
17 | ||
18 | \membersection{wxToolWindow::wxToolWindow}\label{wxtoolwindowwxtoolwindow} | |
19 | ||
20 | \func{}{wxToolWindow}{\void} | |
21 | ||
22 | ||
23 | \membersection{wxToolWindow::\destruct{wxToolWindow}}\label{wxtoolwindowdtor} | |
24 | ||
25 | \func{}{\destruct{wxToolWindow}}{\void} | |
26 | ||
27 | ||
28 | \membersection{wxToolWindow::AddMiniButton}\label{wxtoolwindowaddminibutton} | |
29 | ||
30 | \func{void}{AddMiniButton}{\param{cbMiniButton* }{pBtn}} | |
31 | ||
32 | buttons are added in right-to-left order | |
33 | ||
34 | ||
35 | \membersection{wxToolWindow::AdjustRectPos}\label{wxtoolwindowadjustrectpos} | |
36 | ||
37 | \func{void}{AdjustRectPos}{\param{const wxRect\& }{original}, \param{const wxSize\& }{newDim}, \param{wxRect\& }{newRect}} | |
38 | ||
39 | ||
40 | \membersection{wxToolWindow::CalcResizedRect}\label{wxtoolwindowcalcresizedrect} | |
41 | ||
42 | \func{void}{CalcResizedRect}{\param{wxRect\& }{rect}, \param{wxPoint\& }{delta}, \param{const wxSize\& }{minDim}} | |
43 | ||
44 | ||
45 | \membersection{wxToolWindow::DrawHintRect}\label{wxtoolwindowdrawhintrect} | |
46 | ||
47 | \func{void}{DrawHintRect}{\param{const wxRect\& }{r}} | |
48 | ||
49 | ||
50 | \membersection{wxToolWindow::GetClient}\label{wxtoolwindowgetclient} | |
51 | ||
52 | \func{wxWindow*}{GetClient}{\void} | |
53 | ||
54 | ||
55 | \membersection{wxToolWindow::GetMinimalWndDim}\label{wxtoolwindowgetminimalwnddim} | |
56 | ||
57 | \func{wxSize}{GetMinimalWndDim}{\void} | |
58 | ||
59 | ||
60 | \membersection{wxToolWindow::GetPreferredSize}\label{wxtoolwindowgetpreferredsize} | |
61 | ||
62 | \func{wxSize}{GetPreferredSize}{\param{const wxSize\& }{given}} | |
63 | ||
64 | overridables: | |
65 | ||
66 | ||
67 | \membersection{wxToolWindow::GetScrMousePos}\label{wxtoolwindowgetscrmousepos} | |
68 | ||
69 | \func{void}{GetScrMousePos}{\param{wxMouseEvent\& }{event}, \param{wxPoint\& }{pos}} | |
70 | ||
71 | ||
72 | \membersection{wxToolWindow::GetScrWindowRect}\label{wxtoolwindowgetscrwindowrect} | |
73 | ||
74 | \func{void}{GetScrWindowRect}{\param{wxRect\& }{r}} | |
75 | ||
76 | ||
77 | \membersection{wxToolWindow::HandleTitleClick}\label{wxtoolwindowhandletitleclick} | |
78 | ||
79 | \func{bool}{HandleTitleClick}{\param{wxMouseEvent\& }{event}} | |
80 | ||
81 | ||
82 | \membersection{wxToolWindow::HitTestWindow}\label{wxtoolwindowhittestwindow} | |
83 | ||
84 | \func{int}{HitTestWindow}{\param{wxMouseEvent\& }{event}} | |
85 | ||
86 | ||
87 | \membersection{wxToolWindow::LayoutMiniButtons}\label{wxtoolwindowlayoutminibuttons} | |
88 | ||
89 | \func{void}{LayoutMiniButtons}{\void} | |
90 | ||
91 | ||
92 | \membersection{wxToolWindow::OnEraseBackground}\label{wxtoolwindowonerasebackground} | |
93 | ||
94 | \func{void}{OnEraseBackground}{\param{wxEraseEvent\& }{event}} | |
95 | ||
96 | ||
97 | \membersection{wxToolWindow::OnLeftDown}\label{wxtoolwindowonleftdown} | |
98 | ||
99 | \func{void}{OnLeftDown}{\param{wxMouseEvent\& }{event}} | |
100 | ||
101 | ||
102 | \membersection{wxToolWindow::OnLeftUp}\label{wxtoolwindowonleftup} | |
103 | ||
104 | \func{void}{OnLeftUp}{\param{wxMouseEvent\& }{event}} | |
105 | ||
106 | ||
107 | \membersection{wxToolWindow::OnMiniButtonClicked}\label{wxtoolwindowonminibuttonclicked} | |
108 | ||
109 | \func{void}{OnMiniButtonClicked}{\param{int }{btnIdx}} | |
110 | ||
111 | ||
112 | \membersection{wxToolWindow::OnMotion}\label{wxtoolwindowonmotion} | |
113 | ||
114 | \func{void}{OnMotion}{\param{wxMouseEvent\& }{event}} | |
115 | ||
116 | ||
117 | \membersection{wxToolWindow::OnPaint}\label{wxtoolwindowonpaint} | |
118 | ||
119 | \func{void}{OnPaint}{\param{wxPaintEvent\& }{event}} | |
120 | ||
121 | ||
122 | \membersection{wxToolWindow::OnSize}\label{wxtoolwindowonsize} | |
123 | ||
124 | \func{void}{OnSize}{\param{wxSizeEvent\& }{event}} | |
125 | ||
126 | ||
127 | \membersection{wxToolWindow::SetClient}\label{wxtoolwindowsetclient} | |
128 | ||
129 | \func{void}{SetClient}{\param{wxWindow* }{pWnd}} | |
130 | ||
131 | ||
132 | \membersection{wxToolWindow::SetHintCursor}\label{wxtoolwindowsethintcursor} | |
133 | ||
134 | \func{void}{SetHintCursor}{\param{int }{type}} | |
135 | ||
136 | ||
137 | \membersection{wxToolWindow::SetTitleFont}\label{wxtoolwindowsettitlefont} | |
138 | ||
139 | \func{void}{SetTitleFont}{\param{wxFont\& }{font}} | |
140 |