Fl_Float_Input Binding Map

Back to Index
Package name
Fl_Float_Input FLTK.Widgets.Inputs.Text.Floating_Point
Types
Fl_Float_Input Float_Input
  Float_Input_Reference
Constructors
Fl_Float_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 Float_Input;
Functions and Procedures
Use value() and manually convert from char * to float.
function Get_Value
       (This : in Float_Input)
    return Long_Float;