Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Dpanel_mouse_settings.cpp106 switch( m_choiceRightButtonDrag->GetSelection() ) in TransferDataFromWindow()
171 case MOUSE_DRAG_ACTION::PAN: m_choiceRightButtonDrag->SetSelection( 0 ); break; in applySettingsToPanel()
172 case MOUSE_DRAG_ACTION::ZOOM: m_choiceRightButtonDrag->SetSelection( 1 ); break; in applySettingsToPanel()
173 case MOUSE_DRAG_ACTION::NONE: m_choiceRightButtonDrag->SetSelection( 2 ); break; in applySettingsToPanel()
H A Dpanel_mouse_settings_base.h59 wxChoice* m_choiceRightButtonDrag; variable
H A Dpanel_mouse_settings_base.cpp131m_choiceRightButtonDrag = new wxChoice( sbSizer2->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxD… in PANEL_MOUSE_SETTINGS_BASE()
132 m_choiceRightButtonDrag->SetSelection( 0 ); in PANEL_MOUSE_SETTINGS_BASE()
133 …fgSizer1->Add( m_choiceRightButtonDrag, 0, wxALIGN_CENTER_VERTICAL|wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAN… in PANEL_MOUSE_SETTINGS_BASE()