#include "plucker_defines.h"
#include "wx/listctrl.h"
Go to the source code of this file.
Compounds |
|
| class | exclusion_listctrl |
| Listctrl used in the exclusion_dialog . More... |
|
Enumerations |
|
| enum | { EXCLUSION_COLUMN = 0, ACTION_COLUMN, PRIORITY_COLUMN } |
| Columns of the exclusion dialog. More... |
|
|
|
Columns of the exclusion dialog. Allows easier code maintenance if want to add/rearrangement of listctrl's columns. Shared between exclusion_listctrl and exclusion_dialog, so brought outside of class. |