7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 16:35:01 +00:00
kicad/pcbnew/python/swig/pcb_field.i
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>
%}