summaryrefslogtreecommitdiff
path: root/fltk-widget.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-05-25 13:01:38 +1000
committerJed Barber <jjbarber@y7mail.com>2016-05-25 13:01:38 +1000
commitcbe99e357fff28fb6aa3db7bec03756385c8928c (patch)
tree2255471124999be1105e6bb71686fba79bcb4864 /fltk-widget.ads
parenta3a475cc6a88e7fbd5d55cbca3dd517c0d34b260 (diff)
Some more bindings
Diffstat (limited to 'fltk-widget.ads')
-rw-r--r--fltk-widget.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/fltk-widget.ads b/fltk-widget.ads
index a8b2b27..ef4650e 100644
--- a/fltk-widget.ads
+++ b/fltk-widget.ads
@@ -15,6 +15,9 @@ package FLTK.Widget is
Normal_Size : constant Font_Size := 14;
+ type Color is new Natural;
+
+
function Create
(X, Y, W, H : in Integer;
Label : in String)