1 /* File : Fl_Int_Input.i */
2 //%module Fl_Int_Input
3 
4 %feature("docstring") ::Fl_Int_Input
5 """
6 The Fl_Int_Input class is a subclass of Fl_Input  that only allows the user
7 to type decimal digits (or hex numbers of the form 0xaef).
8 """ ;
9 
10 %{
11 #include "FL/Fl_Int_Input.H"
12 %}
13 
14 %include "macros.i"
15 
16 CHANGE_OWNERSHIP(Fl_Int_Input)
17 
18 %include "FL/Fl_Int_Input.H"
19