]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/fl/cbminibutton.tex
fixed memory leak (#817324)
[wxWidgets.git] / contrib / docs / latex / fl / cbminibutton.tex
CommitLineData
499b2ed8
JS
1%
2% automatically generated by HelpGen $Revision$ from
4cbc57f0 3% toolwnd.h at 21/Jan/02 21:14:17
499b2ed8
JS
4%
5
6
7\section{\class{cbMiniButton}}\label{cbminibutton}
8
4cbc57f0
JS
9
10cbMiniButton is the base class for a small button that can be placed in a wxToolWindow
11titlebar.
12
499b2ed8
JS
13\wxheading{Derived from}
14
15\helpref{wxObject}{wxobject}
16
4cbc57f0
JS
17\wxheading{Include files}
18
6e8515a3 19<wx/fl/toolwnd.h>
4cbc57f0 20
499b2ed8
JS
21\wxheading{Data structures}
22
23\latexignore{\rtfignore{\wxheading{Members}}}
24
25
26\membersection{cbMiniButton::cbMiniButton}\label{cbminibuttoncbminibutton}
27
28\func{}{cbMiniButton}{\void}
29
4cbc57f0
JS
30Default constructor.
31
499b2ed8
JS
32
33\membersection{cbMiniButton::Draw}\label{cbminibuttondraw}
34
35\func{void}{Draw}{\param{wxDC\& }{dc}}
36
4cbc57f0
JS
37Draws the button. Override this to implement
38the desired appearance.
39
499b2ed8
JS
40
41\membersection{cbMiniButton::Enable}\label{cbminibuttonenable}
42
43\func{void}{Enable}{\param{bool }{enable}}
44
4cbc57f0
JS
45Enable or disable the button.
46
499b2ed8
JS
47
48\membersection{cbMiniButton::HitTest}\label{cbminibuttonhittest}
49
50\func{bool}{HitTest}{\param{const wxPoint\& }{pos}}
51
4cbc57f0
JS
52Returns TRUE if the given position was over the button.
53
499b2ed8
JS
54
55\membersection{cbMiniButton::IsPressed}\label{cbminibuttonispressed}
56
57\func{bool}{IsPressed}{\void}
58
4cbc57f0
JS
59Returns TRUE if this button is pressed.
60
499b2ed8
JS
61
62\membersection{cbMiniButton::OnLeftDown}\label{cbminibuttononleftdown}
63
64\func{void}{OnLeftDown}{\param{const wxPoint\& }{pos}}
65
4cbc57f0
JS
66Responds to a left down event.
67
499b2ed8
JS
68
69\membersection{cbMiniButton::OnLeftUp}\label{cbminibuttononleftup}
70
71\func{void}{OnLeftUp}{\param{const wxPoint\& }{pos}}
72
4cbc57f0
JS
73Responds to a left up event.
74
499b2ed8
JS
75
76\membersection{cbMiniButton::OnMotion}\label{cbminibuttononmotion}
77
78\func{void}{OnMotion}{\param{const wxPoint\& }{pos}}
79
4cbc57f0
JS
80Responds to a mouse move event.
81
499b2ed8
JS
82
83\membersection{cbMiniButton::Refresh}\label{cbminibuttonrefresh}
84
85\func{void}{Refresh}{\void}
86
4cbc57f0
JS
87Refreshes the button.
88
499b2ed8
JS
89
90\membersection{cbMiniButton::Reset}\label{cbminibuttonreset}
91
92\func{void}{Reset}{\void}
93
4cbc57f0
JS
94Reset the button.
95
499b2ed8
JS
96
97\membersection{cbMiniButton::SetPos}\label{cbminibuttonsetpos}
98
99\func{void}{SetPos}{\param{const wxPoint\& }{pos}}
100
4cbc57f0
JS
101Set the position of the button.
102
499b2ed8
JS
103
104\membersection{cbMiniButton::WasClicked}\label{cbminibuttonwasclicked}
105
106\func{bool}{WasClicked}{\void}
107
4cbc57f0
JS
108Returns TRUE if the button was clicked.
109