#include <ExternalInterface.h>
Public Member Functions | |
| EILB (wxWindow *parent, int id=wxID_ANY) | |
| Constructor. | |
| virtual wxString | OnGetItem (size_t n) const |
| Get the item string. | |
| virtual void | Clear () |
| Clear the list box. | |
| virtual void | Sort () |
| Sort the list box. | |
| virtual void | Update () |
| Update the list box. | |
| virtual void | Set (int id, wxString s, wxString t=_T("")) |
| Set an entry. | |
Public Attributes | |
| wxArrayString | was |
| wxArrayString | data |
|
||||||||||||
|
Constructor.
|
|
|
Clear the list box.
|
|
|
Get the item string.
|
|
||||||||||||||||
|
Set an entry.
|
|
|
Sort the list box.
|
|
|
Update the list box.
|
|
|
|
|
|
|
1.4.1