summaryrefslogtreecommitdiff
path: root/fltk-widget-input.ads
diff options
context:
space:
mode:
Diffstat (limited to 'fltk-widget-input.ads')
-rw-r--r--fltk-widget-input.ads22
1 files changed, 0 insertions, 22 deletions
diff --git a/fltk-widget-input.ads b/fltk-widget-input.ads
deleted file mode 100644
index c537aef..0000000
--- a/fltk-widget-input.ads
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-package FLTK.Widget.Input is
-
-
- type Input_Type is new Widget_Type with private;
-
-
- function Create (X, Y, W, H : Integer; Label : String) return Input_Type;
-
-
-private
-
-
- type Input_Type is new Widget_Type with null record;
-
-
- overriding procedure Finalize (This : in out Input_Type);
-
-
-end FLTK.Widget.Input;
-