21#ifndef __widget_hotkey_list__
22#define __widget_hotkey_list__
24#include <unordered_map>
28#include <wx/treelist.h>
29#include <wx/dataview.h>
86 void editItem( wxTreeListItem aItem,
int aEditId );
91 void resetItem( wxTreeListItem aItem,
int aResetId );
106 void onMenu( wxCommandEvent& aEvent );
A class that contains a set of hotkeys, arranged into "sections" and provides some book-keeping funct...