From fb37523537cdb69a31dede401a604981ce8b7b9d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 17 Jun 2017 11:28:39 +1000 Subject: Updated coding style, added progress log --- src/fltk-widgets-inputs-file.ads | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/fltk-widgets-inputs-file.ads') diff --git a/src/fltk-widgets-inputs-file.ads b/src/fltk-widgets-inputs-file.ads index 9d7ef8a..87d42bf 100644 --- a/src/fltk-widgets-inputs-file.ads +++ b/src/fltk-widgets-inputs-file.ads @@ -6,16 +6,19 @@ package FLTK.Widgets.Inputs.File is type File_Input is new Input with private; + + function Create (X, Y, W, H : in Integer; Text : in String) return File_Input; + + procedure Draw (This : in out File_Input); - function Handle (This : in out File_Input; Event : in Event_Kind) @@ -27,7 +30,6 @@ private type File_Input is new Input with null record; - overriding procedure Finalize (This : in out File_Input); -- cgit