Home
last modified time | relevance | path

Searched defs:onPaintPolyPanel (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_pad_basicshapes_properties.cpp457 void DIALOG_PAD_PRIMITIVE_POLY_PROPS::onPaintPolyPanel( wxPaintEvent& event ) in onPaintPolyPanel() function in DIALOG_PAD_PRIMITIVE_POLY_PROPS
H A Ddialog_pad_properties_base.h388 virtual void onPaintPolyPanel( wxPaintEvent& event ) { event.Skip(); } in onPaintPolyPanel() function