]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/fl/newbitmapbutton.tex
use full 32bit range for the process ids
[wxWidgets.git] / contrib / docs / latex / fl / newbitmapbutton.tex
CommitLineData
499b2ed8
JS
1%
2% automatically generated by HelpGen $Revision$ from
4cbc57f0 3% newbmpbtn.h at 21/Jan/02 21:14:19
499b2ed8
JS
4%
5
6
7\section{\class{wxNewBitmapButton}}\label{wxnewbitmapbutton}
8
9
4cbc57f0
JS
10This is an alternative class to wxBitmapButton. It is used
11in the implementation of dynamic toolbars.
499b2ed8
JS
12
13\wxheading{Derived from}
14
15\helpref{wxPanel}{wxpanel}
16
4cbc57f0
JS
17\wxheading{Include files}
18
6e8515a3 19<wx/fl/newbmpbtn.h>
4cbc57f0 20
499b2ed8
JS
21\wxheading{Data structures}
22
23\latexignore{\rtfignore{\wxheading{Members}}}
24
25
26\membersection{wxNewBitmapButton::wxNewBitmapButton}\label{wxnewbitmapbuttonwxnewbitmapbutton}
27
28\func{}{wxNewBitmapButton}{\param{const wxBitmap\& }{labelBitmap = wxNullBitmap}, \param{const wxString\& }{labelText = ""}, \param{int }{alignText = NB\_ALIGN\_TEXT\_BOTTOM}, \param{bool }{isFlat = TRUE}, \param{int }{firedEventType = wxEVT\_COMMAND\_MENU\_SELECTED}, \param{int }{marginX = 2}, \param{int }{marginY = 2}, \param{int }{textToLabelGap = 2}, \param{bool }{isSticky = FALSE}}
29
4cbc57f0
JS
30Constructor.
31
499b2ed8
JS
32
33\func{}{wxNewBitmapButton}{\param{const wxString\& }{bitmapFileName}, \param{const wxBitmapType }{bitmapFileType = wxBITMAP\_TYPE\_BMP}, \param{const wxString\& }{labelText = ""}, \param{int }{alignText = NB\_ALIGN\_TEXT\_BOTTOM}, \param{bool }{isFlat = TRUE}, \param{int }{firedEventType = wxEVT\_COMMAND\_MENU\_SELECTED}, \param{int }{marginX = 2}, \param{int }{marginY = 2}, \param{int }{textToLabelGap = 2}, \param{bool }{isSticky = FALSE}}
34
4cbc57f0 35Use this constructor if buttons have to be persistant
499b2ed8
JS
36
37
38\membersection{wxNewBitmapButton::\destruct{wxNewBitmapButton}}\label{wxnewbitmapbuttondtor}
39
40\func{}{\destruct{wxNewBitmapButton}}{\void}
41
4cbc57f0
JS
42Destructor.
43
499b2ed8
JS
44
45\membersection{wxNewBitmapButton::DestroyLabels}\label{wxnewbitmapbuttondestroylabels}
46
47\func{void}{DestroyLabels}{\void}
48
4cbc57f0
JS
49Internal function for destroying labels.
50
499b2ed8
JS
51
52\membersection{wxNewBitmapButton::DrawDecorations}\label{wxnewbitmapbuttondrawdecorations}
53
54\func{void}{DrawDecorations}{\param{wxDC\& }{dc}}
55
4cbc57f0
JS
56Draws the decorations.
57
499b2ed8
JS
58
59\membersection{wxNewBitmapButton::DrawLabel}\label{wxnewbitmapbuttondrawlabel}
60
61\func{void}{DrawLabel}{\param{wxDC\& }{dc}}
62
4cbc57f0
JS
63Draws the label.
64
499b2ed8
JS
65
66\membersection{wxNewBitmapButton::DrawShade}\label{wxnewbitmapbuttondrawshade}
67
68\func{void}{DrawShade}{\param{int }{outerLevel}, \param{wxDC\& }{dc}, \param{wxPen\& }{upperLeftSidePen}, \param{wxPen\& }{lowerRightSidePen}}
69
4cbc57f0
JS
70Draws shading on the button.
71
499b2ed8
JS
72
73\membersection{wxNewBitmapButton::GetStateLabel}\label{wxnewbitmapbuttongetstatelabel}
74
75\func{wxBitmap*}{GetStateLabel}{\void}
76
4cbc57f0 77Returns the label that matches the current button state.
499b2ed8
JS
78
79
80\membersection{wxNewBitmapButton::IsInWindow}\label{wxnewbitmapbuttonisinwindow}
81
82\func{bool}{IsInWindow}{\param{int }{x}, \param{int }{y}}
83
4cbc57f0
JS
84Returns TRUE if the given point is in the window.
85
499b2ed8
JS
86
87\membersection{wxNewBitmapButton::OnEraseBackground}\label{wxnewbitmapbuttononerasebackground}
88
89\func{void}{OnEraseBackground}{\param{wxEraseEvent\& }{event}}
90
4cbc57f0
JS
91Responds to an erase background event.
92
499b2ed8
JS
93
94\membersection{wxNewBitmapButton::OnKillFocus}\label{wxnewbitmapbuttononkillfocus}
95
96\func{void}{OnKillFocus}{\param{wxFocusEvent\& }{event}}
97
4cbc57f0
JS
98Responds to a kill focus event.
99
499b2ed8
JS
100
101\membersection{wxNewBitmapButton::OnLButtonDown}\label{wxnewbitmapbuttononlbuttondown}
102
103\func{void}{OnLButtonDown}{\param{wxMouseEvent\& }{event}}
104
4cbc57f0 105Responds to a left mouse button down event.
499b2ed8
JS
106
107
108\membersection{wxNewBitmapButton::OnLButtonUp}\label{wxnewbitmapbuttononlbuttonup}
109
110\func{void}{OnLButtonUp}{\param{wxMouseEvent\& }{event}}
111
4cbc57f0
JS
112Responds to a left mouse button up event.
113
499b2ed8
JS
114
115\membersection{wxNewBitmapButton::OnMouseMove}\label{wxnewbitmapbuttononmousemove}
116
117\func{void}{OnMouseMove}{\param{wxMouseEvent\& }{event}}
118
4cbc57f0
JS
119Responds to a mouse move event.
120
499b2ed8
JS
121
122\membersection{wxNewBitmapButton::OnPaint}\label{wxnewbitmapbuttononpaint}
123
124\func{void}{OnPaint}{\param{wxPaintEvent\& }{event}}
125
4cbc57f0
JS
126Responds to a paint event.
127
499b2ed8
JS
128
129\membersection{wxNewBitmapButton::OnSize}\label{wxnewbitmapbuttononsize}
130
131\func{void}{OnSize}{\param{wxSizeEvent\& }{event}}
132
4cbc57f0
JS
133Responds to a size event.
134
499b2ed8
JS
135
136\membersection{wxNewBitmapButton::RenderAllLabelImages}\label{wxnewbitmapbuttonrenderalllabelimages}
137
138\func{void}{RenderAllLabelImages}{\void}
139
4cbc57f0
JS
140Renders label images.
141
499b2ed8
JS
142
143\membersection{wxNewBitmapButton::RenderLabelImage}\label{wxnewbitmapbuttonrenderlabelimage}
144
145\func{void}{RenderLabelImage}{\param{wxBitmap*\& }{destBmp}, \param{wxBitmap* }{srcBmp}, \param{bool }{isEnabled = TRUE}, \param{bool }{isPressed = FALSE}}
146
4cbc57f0
JS
147Renders the label image.
148
499b2ed8
JS
149
150\membersection{wxNewBitmapButton::RenderLabelImages}\label{wxnewbitmapbuttonrenderlabelimages}
151
152\func{void}{RenderLabelImages}{\void}
153
4cbc57f0
JS
154Renders label images.
155
499b2ed8
JS
156
157\membersection{wxNewBitmapButton::Reshape}\label{wxnewbitmapbuttonreshape}
158
159\func{void}{Reshape}{\void}
160
4cbc57f0
JS
161This function should be called after Create. It renders the labels, having
162reloaded the button image if necessary.
499b2ed8
JS
163
164
165\membersection{wxNewBitmapButton::SetAlignments}\label{wxnewbitmapbuttonsetalignments}
166
167\func{void}{SetAlignments}{\param{int }{alignText = NB\_ALIGN\_TEXT\_BOTTOM}, \param{int }{marginX = 2}, \param{int }{marginY = 2}, \param{int }{textToLabelGap = 2}}
168
4cbc57f0
JS
169Sets the text alignment and margins.
170
499b2ed8
JS
171
172\membersection{wxNewBitmapButton::SetLabel}\label{wxnewbitmapbuttonsetlabel}
173
174\func{void}{SetLabel}{\param{const wxBitmap\& }{labelBitmap}, \param{const wxString\& }{labelText = ""}}
175
4cbc57f0 176Sets the label and optionally label text.
499b2ed8 177