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 );
Helper to display a DCode list and select a DCode id.
void SetDCodeSelection(int aDCodeId)
void AppendDCodeList(const wxArrayString &aChoices)