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

%feature("docstring") ::Fl_Float_Input
"""
The Fl_Float_Input class is a subclass of Fl_Input  that only allows the 
user to type floating point numbers (sign, digits, decimal point, more 
digits, 'E' or 'e', sign, digits).
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Float_Input)

%include "FL/Fl_Float_Input.H"