Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/cvpcb/dialogs/
H A Ddialog_config_equfiles_base.cpp101m_rbPathOptionChoice = new wxRadioBox( this, wxID_ANY, _("Path Type"), wxDefaultPosition, wxDefaul… in DIALOG_CONFIG_EQUFILES_BASE()
102 m_rbPathOptionChoice->SetSelection( 1 ); in DIALOG_CONFIG_EQUFILES_BASE()
103 bSizerLower->Add( m_rbPathOptionChoice, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); in DIALOG_CONFIG_EQUFILES_BASE()
H A Ddialog_config_equfiles.h59 return m_rbPathOptionChoice->GetSelection() == 1; in isPathRelativeAllowed()
H A Ddialog_config_equfiles_base.h58 wxRadioBox* m_rbPathOptionChoice; variable