Fl_Int_Input Binding Map

Back to Index
Package name
Fl_Int_Input FLTK.Widgets.Inputs.Text.Whole_Number
Types
Fl_Int_Input Integer_Input
  Integer_Input_Reference
Constructors
Fl_Int_Input(int X, int Y, int W, int H, const char *L=0);
function Create
       (X, Y, W, H : in Integer;
        Text       : in String)
    return Integer_Input;
Functions and Procedures
Use value() and manually convert from char * to int.
function Get_Value
       (This : in Integer_Input)
    return Long_Integer;