Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_setup_mask_and_paste_base.cpp99m_pasteMarginCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSiz… in PANEL_SETUP_MASK_AND_PASTE_BASE()
100m_pasteMarginCtrl->SetToolTip( _("Negative clearance means area smaller than the pad (usual for so… in PANEL_SETUP_MASK_AND_PASTE_BASE()
102 fgGridSolderMaskSizer->Add( m_pasteMarginCtrl, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 ); in PANEL_SETUP_MASK_AND_PASTE_BASE()
H A Dpanel_setup_mask_and_paste_base.h49 wxTextCtrl* m_pasteMarginCtrl; variable
H A Dpanel_setup_mask_and_paste.cpp37 m_pasteMargin( aFrame, m_pasteMarginLabel, m_pasteMarginCtrl, m_pasteMarginUnits ), in PANEL_SETUP_MASK_AND_PASTE()
H A Ddialog_pad_properties_base.h182 wxTextCtrl* m_pasteMarginCtrl; variable
H A Ddialog_pad_properties_base.cpp635m_pasteMarginCtrl = new wxTextCtrl( sbClearancesSizer->GetStaticBox(), wxID_ANY, wxEmptyString, wx… in DIALOG_PAD_PROPERTIES_BASE()
636 fgClearancesGridSizer->Add( m_pasteMarginCtrl, 0, wxEXPAND|wxLEFT|wxTOP, 5 ); in DIALOG_PAD_PROPERTIES_BASE()
H A Ddialog_pad_properties.cpp136 m_pasteMargin( aParent, m_pasteMarginLabel, m_pasteMarginCtrl, m_pasteMarginUnits ), in DIALOG_PAD_PROPERTIES()