summaryrefslogtreecommitdiff
path: root/project/templates/fltkada.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-07 12:20:36 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-07 12:20:36 +1000
commit92ff13627021a5fdd4eea59bd5db493cbea5406b (patch)
treeeb95a180a88c4cd8f82aa2169a4ce1fb0ddcbe07 /project/templates/fltkada.html
parent60c63100f66ea5dce4ad10941b4c40725f01f3c8 (diff)
I think I've finally struck the right width balance
Diffstat (limited to 'project/templates/fltkada.html')
-rw-r--r--project/templates/fltkada.html2
1 files changed, 2 insertions, 0 deletions
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.</p>
<p>A typical FLTK Hello World program in Ada:</p>
+<div class="precontain">
<code>
with
FLTK.Widgets.Groups.Windows,
@@ -51,6 +52,7 @@ begin
end Hello_World;
</code>
+</div>
<p>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