#include <wx/listctrl.h>#include <wx/timer.h>#include <vector>#include <utility>#include <map>#include "useractions.h"#include "utils/mixins.hh"

Go to the source code of this file.
Data Structures | |
| class | CustomListCtrl |
| Used as base class for all ListCtrls throughout SL Provides generic functionality, such as column tooltips, possiblity to prohibit column resizing and selection modifiers. More... | |
| struct | CustomListCtrl::SortOrderItem |
Defines | |
| #define | IDD_TIP_TIMER 696 |
Typedefs | |
| typedef wxListCtrl | ListBaseType |
| #define IDD_TIP_TIMER 696 |
Definition at line 17 of file customlistctrl.h.
| typedef wxListCtrl ListBaseType |
Definition at line 6 of file customlistctrl.h.
1.6.3