mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
PyAmanith is a Python wrapper for the Amanith 2D vector graphics library. It strives to offer a pythonic interface to the library and make all its features accessible. WWW: http://louhi.kempele.fi/~skyostil/projects/pyamanith/ PR: ports/103655 Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru>
10 lines
368 B
OpenEdge ABL
10 lines
368 B
OpenEdge ABL
--- ignore.i Fri May 5 01:23:47 2006
|
|
+++ ignore.i Tue Sep 26 03:54:57 2006
|
|
@@ -15,6 +15,7 @@
|
|
%ignore Amanith::GEllipseCurve2D::YAxis;
|
|
%ignore Amanith::GFont2D::CharMap;
|
|
%ignore Amanith::GRenderingContext::GRenderingContext;
|
|
+%ignore Amanith::GDrawBoard::DrawEllipseArc;
|
|
|
|
/* Don't mind these unsupported things */
|
|
%warnfilter(362) Amanith::GInterval::operator=;
|