Package name | |
---|---|
Fl_Float_Input | FLTK.Widgets.Inputs.Float |
Types | |
---|---|
Fl_Float_Input | Float_Input |
Float_Input_Reference |
Functions and Procedures | |
---|---|
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; |
procedure Draw (This : in out Float_Input); |
|
function Get_Value (This : in Float_Input) return Standard.Float; |
|
function Handle (This : in out Float_Input; Event : in Event_Kind) return Event_Outcome; |