27 #ifndef DCODESELECTIONBOX_H 28 #define DCODESELECTIONBOX_H 30 #include <wx/combobox.h> 33 #define EVT_SELECT_DCODE EVT_COMBOBOX 43 const wxPoint& aLocation,
const wxSize& aSize,
44 const wxArrayString* aChoices =
nullptr );
63 #endif //DCODESELECTIONBOX_H
void SetDCodeSelection(int aDCodeId)
DCODE_SELECTION_BOX(wxAuiToolBar *aParent, wxWindowID aId, const wxPoint &aLocation, const wxSize &aSize, const wxArrayString *aChoices=nullptr)
Helper to display a DCode list and select a DCode id.
void AppendDCodeList(const wxArrayString &aChoices)