#include <pda_listctrl.h>
Inheritance diagram for pda_listctrl:

Public Methods |
|
| pda_listctrl (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long listCtrlStyle=wxLC_ICON, const wxValidator &validator=wxDefaultValidator, const wxString &name="listctrl", const wxString &column_caption="User", long users_or_directories_listctrl=optionIS_USERS_LISTCTRL) | |
| Constructor. |
|
| pda_listctrl () | |
| ~pda_listctrl () | |
| Destuctor. |
|
| void | set_column_widths () |
| wxString | get_cell_contents_string (long row_number, int column) |
| Gets the string contents of a 'cell' [a box of a certain row, in a certain column]. |
|
| void | find_matching_rows (wxArrayString &input_arraystring, wxArrayInt *output_matching_rows_arrayint) |
Protected Methods |
|
| void | OnSize (wxSizeEvent &event) |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Gets the string contents of a 'cell' [a box of a certain row, in a certain column].
|