File: Fl_PostScript.i

package info (click to toggle)
pyfltk 1.4.4.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 7,769; cpp: 356; makefile: 24
file content (22 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* File : Fl_Postscript.i */

%feature("docstring") ::Fl_PostScript
"""
Declaration of classes Fl_Postscript, Fl_System_Printer and Fl_PostScript_Printer.
""" ;

%{
#include "FL/Fl_PostScript.H"
%}

//%include "macros.i"

//CHANGE_OWNERSHIP(Fl_PostScript)

%ignore Fl_PostScript_Graphics_Driver::width;
%ignore Fl_PostScript_Graphics_Driver::height;
%ignore Fl_PostScript_Graphics_Driver::place;
%ignore Fl_PostScript_Graphics_Driver::descent;
%ignore Fl_PostScript_Graphics_Driver::transformed_draw;

%include "FL/Fl_PostScript.H"