Home
last modified time | relevance | path

Searched refs:ID_ABBREVIATION_COMBOBOX (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/AutoVersioning/
H A DavVersionEditorDlg.h92 static const long ID_ABBREVIATION_COMBOBOX; variable
H A DavVersionEditorDlg.cpp36 const long avVersionEditorDlg::ID_ABBREVIATION_COMBOBOX = wxNewId(); member in avVersionEditorDlg
174 …cmbAbbreviation = new wxComboBox(pnlStatus, ID_ABBREVIATION_COMBOBOX, wxEmptyString, wxDefaultPosi… in BEGIN_EVENT_TABLE()