25#ifndef __widget_hotkey_list__
26#define __widget_hotkey_list__
28#include <unordered_map>
32#include <wx/treelist.h>
33#include <wx/dataview.h>
95 void editItem( wxTreeListItem aItem,
int aEditId );
101 void resetItem( wxTreeListItem aItem,
int aResetId );
119 void onMenu( wxCommandEvent& aEvent );
A class that contains a set of hotkeys, arranged into "sections" and provides some book-keeping funct...