File: Fl_Device.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 (25 lines) | stat: -rw-r--r-- 446 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
/* File : Fl_PDF_File_Surface.i */

%feature("docstring") ::Fl_Device
"""
Declaration of classes Fl_Surface_Device and Fl_Display_Device.
""" ;

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

//%include "macros.i"

//CHANGE_OWNERSHIP(Fl_Device)
%ignore Fl_Xlib_Graphics_Driver;
%ignore Fl_Quartz_Graphics_Driver;
%ignore Fl_GDI_Graphics_Driver;
%ignore Fl_Device_Plugin::opengl_plugin();

%rename(_print) print;

%include "FL/Fl_Device.H"

%rename("") print;