From ffc566b41d9dd64b2d571f68458a272f503958c6 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 15 May 2017 11:08:34 +1000 Subject: Most relevant methods for Image now implemented, except for Draw --- src/fltk-widgets.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fltk-widgets.ads') diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads index 439b72d..dce79b5 100644 --- a/src/fltk-widgets.ads +++ b/src/fltk-widgets.ads @@ -21,7 +21,7 @@ package FLTK.Widgets is type Font_Size is new Natural; Normal_Size : constant Font_Size := 14; - type Color is new Natural; + type Event_Outcome is (Not_Handled, Handled); -- cgit