Fl_Int_Input Binding Map

Back to Index
Package name
Fl_Int_Input FLTK.Widgets.Inputs.Integer
Types
Fl_Int_Input Integer_Input
  Integer_Input_Reference
Functions and Procedures
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;
 
procedure Draw
       (This : in out Integer_Input);
 
function Get_Value
       (This : in Integer_Input)
    return Standard.Integer;
 
function Handle
       (This  : in out Integer_Input;
        Event : in     Event_Kind)
    return Event_Outcome;