]>
Commit | Line | Data |
---|---|---|
5c5a3c41 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % editlbox.h at 05/Jan/02 23:08:13 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxEditableListBox}}\label{wxeditablelistbox} | |
8 | ||
9 | ||
10 | This class provides a composite control that lets the | |
11 | user easily enter list of strings | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxPanel}{wxpanel} | |
16 | ||
17 | \wxheading{Data structures} | |
18 | ||
19 | \latexignore{\rtfignore{\wxheading{Members}}} | |
20 | ||
21 | ||
22 | \membersection{wxEditableListBox::wxEditableListBox}\label{wxeditablelistboxwxeditablelistbox} | |
23 | ||
24 | \func{}{wxEditableListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{const wxString\& }{name = wxT("editableListBox")}} | |
25 | ||
26 | ||
27 | \membersection{wxEditableListBox::GetStrings}\label{wxeditablelistboxgetstrings} | |
28 | ||
29 | \func{void}{GetStrings}{\param{wxArrayString\& }{strings}} | |
30 | ||
31 | ||
32 | \membersection{wxEditableListBox::OnDelItem}\label{wxeditablelistboxondelitem} | |
33 | ||
34 | \func{void}{OnDelItem}{\param{wxCommandEvent\& }{event}} | |
35 | ||
36 | ||
37 | \membersection{wxEditableListBox::OnDownItem}\label{wxeditablelistboxondownitem} | |
38 | ||
39 | \func{void}{OnDownItem}{\param{wxCommandEvent\& }{event}} | |
40 | ||
41 | ||
42 | \membersection{wxEditableListBox::OnEditItem}\label{wxeditablelistboxonedititem} | |
43 | ||
44 | \func{void}{OnEditItem}{\param{wxCommandEvent\& }{event}} | |
45 | ||
46 | ||
47 | \membersection{wxEditableListBox::OnEndLabelEdit}\label{wxeditablelistboxonendlabeledit} | |
48 | ||
49 | \func{void}{OnEndLabelEdit}{\param{wxListEvent\& }{event}} | |
50 | ||
51 | ||
52 | \membersection{wxEditableListBox::OnItemSelected}\label{wxeditablelistboxonitemselected} | |
53 | ||
54 | \func{void}{OnItemSelected}{\param{wxListEvent\& }{event}} | |
55 | ||
56 | ||
57 | \membersection{wxEditableListBox::OnNewItem}\label{wxeditablelistboxonnewitem} | |
58 | ||
59 | \func{void}{OnNewItem}{\param{wxCommandEvent\& }{event}} | |
60 | ||
61 | ||
62 | \membersection{wxEditableListBox::OnUpItem}\label{wxeditablelistboxonupitem} | |
63 | ||
64 | \func{void}{OnUpItem}{\param{wxCommandEvent\& }{event}} | |
65 | ||
66 | ||
67 | \membersection{wxEditableListBox::SetStrings}\label{wxeditablelistboxsetstrings} | |
68 | ||
69 | \func{void}{SetStrings}{\param{const wxArrayString\& }{strings}} | |
70 |