summaryrefslogtreecommitdiff
path: root/src/fltk-widgets.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-03 20:08:23 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-03 20:08:23 +1000
commite70e81e7f08105474a01858b38a7e27d028a1972 (patch)
treed8ac8f24b82e426c123f3a9d8e758237ab14a5a9 /src/fltk-widgets.ads
parent229b6b74e7c9cc09ce5c49023afb0eb745ac9db1 (diff)
Added the first of event handling functions, to figure out what key was pressed
Diffstat (limited to 'src/fltk-widgets.ads')
-rw-r--r--src/fltk-widgets.ads5
1 files changed, 0 insertions, 5 deletions
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);
-