Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dbindto.h90 static const long ID_LV_TYPES; variable
H A Dbindto.cpp36 const long Bindto::ID_LV_TYPES = wxNewId(); member in Bindto
173 …lv_Types = new wxListView(Panel1, ID_LV_TYPES, wxDefaultPosition, wxSize(500,300), wxLC_REPORT|wxL… in Bindto()