File: Fl_Int_Input.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 (18 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* File : Fl_Int_Input.i */
//%module Fl_Int_Input

%feature("docstring") ::Fl_Int_Input
"""
The Fl_Int_Input class is a subclass of Fl_Input  that only allows the user 
to type decimal digits (or hex numbers of the form 0xaef).
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Int_Input)

%include "FL/Fl_Int_Input.H"