File: Fl_PDF_File_Surface.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 (30 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* File : Fl_PDF_File_Surface.i */

%feature("docstring") ::Fl_PDF_File_Surface
"""
Declaration of classes Fl_PDF_File_Surface.
""" ;

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

//%include "macros.i"

//CHANGE_OWNERSHIP(Fl_PDF_File_Surface)

// origin method
%apply int* OUTPUT { int* x };
%apply int* OUTPUT { int* y };

// printable_rect method
%apply int* OUTPUT { int* w };
%apply int* OUTPUT { int* h };

// margins method
%apply int* OUTPUT { int* left };
%apply int* OUTPUT { int* top };
%apply int* OUTPUT { int* right };
%apply int* OUTPUT { int* bottom };

%include "FL/Fl_PDF_File_Surface.H"