File: Fl_Terminal.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-- 426 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
/* File : Fl_Terminal.i */
//%module Fl_Terminal
%feature("docstring") ::Fl_Terminal
"""

""" ;

// Ignore the following methods:
//%rename("$ignore", regextarget=1, fullname=1) operator==;
//%rename("$ignore", regextarget=1, fullname=1) operator!=;
%ignore Fl_Terminal::vprintf(const char *fmt, va_list ap);


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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Terminal)

%include "FL/Fl_Terminal.H"