#include "plucker_defines.h"
#include "wx/listctrl.h"
Go to the source code of this file.
Compounds |
|
| class | pda_listctrl |
Enumerations |
|
| enum | { optionIS_USERS_LISTCTRL = 1, optionIS_DIRECTORIES_LISTCTRL = 2 } |
| enum | { USER_NAME_COLUMN = 0, RAM_OR_CARD_COLUMN, DIRECTORY_ON_CARD_COLUMN } |
| Columns of the pda_listctrl. More... |
|
|
|
|
Columns of the pda_listctrl. Allows easier code maintenance if want to add/rearrangement of listctrl's columns. Shared between pda_listctrl and exclusion_dialog, so brought outside of class. |