From 92ff13627021a5fdd4eea59bd5db493cbea5406b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 7 Aug 2017 12:20:36 +1000 Subject: I think I've finally struck the right width balance --- project/templates/fltkada.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/templates/fltkada.html') diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index cea8cac..a6663e6 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -29,6 +29,7 @@ the interface to C, then importing that to Ada. Attempted usage of the internal on its own is not supported.

A typical FLTK Hello World program in Ada:

+
with FLTK.Widgets.Groups.Windows, @@ -51,6 +52,7 @@ begin end Hello_World; +

Aside from reworking the types to better fit the strongly typed philosophy of Ada, the entire library has been structured to avoid explicit heap usage. As you can see from the above example, the intended use is to -- cgit