From 3a9028302447ad84363c580b2152f30417186667 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 8 Jan 2025 14:33:30 +1300 Subject: Revised Input subhierarchy, separated bindings for Fl_Input and Fl_Input_ widgets --- doc/fl_int_input.html | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) (limited to 'doc/fl_int_input.html') diff --git a/doc/fl_int_input.html b/doc/fl_int_input.html index d340e77..fa9b9c9 100644 --- a/doc/fl_int_input.html +++ b/doc/fl_int_input.html @@ -21,7 +21,7 @@ Fl_Int_Input - FLTK.Widgets.Inputs.Whole_Number + FLTK.Widgets.Inputs.Text.Whole_Number @@ -46,7 +46,7 @@ - + - - - - +
Functions and Procedures
Constructors
@@ -60,16 +60,15 @@ function Create
 
 
-procedure Draw
-       (This : in out Integer_Input);
-
+ + + + + - + - - - - -
Functions and Procedures
 Use value() and manually convert from char * to int.
 function Get_Value
        (This : in Integer_Input)
@@ -77,16 +76,6 @@ function Get_Value
 
 
-function Handle
-       (This  : in out Integer_Input;
-        Event : in     Event_Kind)
-    return Event_Outcome;
-
-- cgit