From e70e81e7f08105474a01858b38a7e27d028a1972 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 3 Aug 2017 20:08:23 +1000 Subject: Added the first of event handling functions, to figure out what key was pressed --- src/fltk-widgets.ads | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fltk-widgets.ads') diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads index 5205106..3cea435 100644 --- a/src/fltk-widgets.ads +++ b/src/fltk-widgets.ads @@ -23,11 +23,6 @@ package FLTK.Widgets is type Widget_Callback is access procedure (Item : in out Widget'Class); - type Font_Size is new Natural; - Normal_Size : constant Font_Size := 14; - - type Event_Outcome is (Not_Handled, Handled); - -- cgit