void OnListBoxCut(wxCommandEvent &aEvent)
 
void listBoxDuplicateSelected()
Duplicate the selected filters.
 
void OnListBoxDuplicate(wxCommandEvent &aEvent)
 
LISTBOX_TRICKS(wxWindow &aWindow, wxListBox &aListBox)
 
void OnListBoxPaste(wxCommandEvent &aEvent)
 
void OnListBoxCopy(wxCommandEvent &aEvent)
 
wxArrayString listBoxGetSelected() const
 
void OnListBoxDelete(wxCommandEvent &aEvent)
 
void OnListBoxKeyDown(wxKeyEvent &aEvent)
 
MENU_ID
These are the ids for the menu.
 
wxArrayInt listBoxDeleteSelected()
Delete the selected filters.
 
void OnListBoxRDown(wxMouseEvent &aEvent)
 
wxDECLARE_EVENT(EDA_EVT_LISTBOX_COPY, wxCommandEvent)