1 /* File : Fl_Paged_Device.i */
2 
3 %feature("docstring") ::Fl_Paged_Device
4 """
5  Represents page-structured drawing surfaces.
6 
7  This class has no public constructor: don't instantiate it; use Fl_Printer
8  or Fl_PostScript_File_Device instead.
9 """ ;
10 
11 %{
12 #include "FL/Fl_Paged_Device.H"
13 %}
14 
15 //%include "macros.i"
16 
17 //CHANGE_OWNERSHIP(Fl_Paged_Device)
18 
19 %include "FL/Fl_Paged_Device.H"
20