Files
kicad-source-mirror/pcbnew/python/swig/pcb_field.i
T
Mike Williams a24c55affe PCB Fields: fix up python, API
Remove SetFields from both symbol and footprint, it doesn't handle
mandatory fields and is unlikely to ever be safe.
2023-06-20 18:34:52 +00:00

8 lines
53 B
OpenEdge ABL

%include pcb_field.h
%{
#include <pcb_field.h>
%}