summaryrefslogtreecommitdiff
path: root/src/fltk.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-03-19 19:15:39 +1100
committerJed Barber <jjbarber@y7mail.com>2018-03-19 19:15:39 +1100
commit94b1a846375b818d683c3808b7df521b1d3ab8f3 (patch)
tree0574a5bbae7bba497b5985de4b9ed5be184842a7 /src/fltk.ads
parentee72fb9b56ca7124e7c0a8a1daa770b2aeca518c (diff)
Added FLTK.Widgets.Charts
Diffstat (limited to 'src/fltk.ads')
-rw-r--r--src/fltk.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fltk.ads b/src/fltk.ads
index 91a7b94..025fe16 100644
--- a/src/fltk.ads
+++ b/src/fltk.ads
@@ -24,6 +24,7 @@ package FLTK is
type Color is new Natural;
+ No_Color : constant Color;
type Alignment is private;
@@ -213,6 +214,9 @@ private
(This : in out Wrapper);
+ No_Color : constant Color := 0;
+
+
type Alignment is new Interfaces.Unsigned_16;
Align_Center : constant Alignment := 0;
Align_Top : constant Alignment := 1;