]>
Commit | Line | Data |
---|---|---|
5c5a3c41 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % ledctrl.h at 05/Jan/02 23:08:14 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxLEDNumberCtrl}}\label{wxlednumberctrl} | |
8 | ||
9 | ||
10 | ||
11 | wxLEDNumberCtrl | |
12 | ||
13 | ||
14 | \wxheading{Derived from} | |
15 | ||
16 | \helpref{wxControl}{wxcontrol} | |
17 | ||
18 | \wxheading{Data structures} | |
19 | ||
20 | \latexignore{\rtfignore{\wxheading{Members}}} | |
21 | ||
22 | ||
23 | \membersection{wxLEDNumberCtrl::wxLEDNumberCtrl}\label{wxlednumberctrlwxlednumberctrl} | |
24 | ||
25 | \func{}{wxLEDNumberCtrl}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long style = wxLED\_ALIGN\_LEFT | }{wxLED\_DRAW\_FADED}} | |
26 | ||
27 | ||
28 | \func{}{wxLEDNumberCtrl}{\void} | |
29 | ||
30 | Constructors. | |
31 | ||
32 | ||
33 | \membersection{wxLEDNumberCtrl::Create}\label{wxlednumberctrlcreate} | |
34 | ||
35 | \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = 0}} | |
36 | ||
37 | Create functions. | |
38 | ||
39 | ||
40 | \membersection{wxLEDNumberCtrl::GetAlignment}\label{wxlednumberctrlgetalignment} | |
41 | ||
42 | \constfunc{wxLEDValueAlign}{GetAlignment}{\void} | |
43 | ||
44 | ||
45 | \membersection{wxLEDNumberCtrl::GetDrawFaded}\label{wxlednumberctrlgetdrawfaded} | |
46 | ||
47 | \constfunc{bool}{GetDrawFaded}{\void} | |
48 | ||
49 | ||
50 | \membersection{wxLEDNumberCtrl::GetValue}\label{wxlednumberctrlgetvalue} | |
51 | ||
52 | \constfunc{const wxString\&}{GetValue}{\void} | |
53 | ||
54 | ||
55 | \membersection{wxLEDNumberCtrl::SetAlignment}\label{wxlednumberctrlsetalignment} | |
56 | ||
57 | \func{void}{SetAlignment}{\param{wxLEDValueAlign }{Alignment}, \param{bool }{Redraw = TRUE}} | |
58 | ||
59 | ||
60 | \membersection{wxLEDNumberCtrl::SetDrawFaded}\label{wxlednumberctrlsetdrawfaded} | |
61 | ||
62 | \func{void}{SetDrawFaded}{\param{bool }{DrawFaded}, \param{bool }{Redraw = TRUE}} | |
63 | ||
64 | ||
65 | \membersection{wxLEDNumberCtrl::SetValue}\label{wxlednumberctrlsetvalue} | |
66 | ||
67 | \func{void}{SetValue}{\param{const wxString\& }{Value}, \param{bool }{Redraw = TRUE}} | |
68 |