diff options
Diffstat (limited to 'project/templates/fltkada.html')
-rw-r--r-- | project/templates/fltkada.html | 2 |
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 |