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