Home
last modified time | relevance | path

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

/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogs.cpp5628 wxRadioBox *dxfDimsSel = new wxRadioBox(this, ID_DXF_DIMS, in CreateControls() local
5634 dxfDimsSel->SetSelection(0); in CreateControls()
5635 boxSizer->Add(dxfDimsSel, 0, wxALIGN_CENTER_HORIZONTAL | wxALL, 0); in CreateControls()