Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_properties_base.h112 wxStaticText* m_staticTextChamferCorner1; variable
H A Ddialog_pad_properties_base.cpp260m_staticTextChamferCorner1 = new wxStaticText( m_mixedProps, wxID_ANY, _("Chamfer corners:"), wxDe… in DIALOG_PAD_PROPERTIES_BASE()
261 m_staticTextChamferCorner1->Wrap( -1 ); in DIALOG_PAD_PROPERTIES_BASE()
262m_staticTextChamferCorner1->SetToolTip( _("Chamfered corners. The position is relative to a pad or… in DIALOG_PAD_PROPERTIES_BASE()
264 fgMixedProps->Add( m_staticTextChamferCorner1, 0, 0, 5 ); in DIALOG_PAD_PROPERTIES_BASE()