summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk_binding/fltk.ads')
-rw-r--r--src/fltk_binding/fltk.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fltk_binding/fltk.ads b/src/fltk_binding/fltk.ads
index 51f05c1..c1844a6 100644
--- a/src/fltk_binding/fltk.ads
+++ b/src/fltk_binding/fltk.ads
@@ -10,8 +10,10 @@ package FLTK is
function Run return Integer;
- -- ugly implementation thing; never use this
- -- just ignore the hand moving behind the curtain here
+ -- ugly implementation detail, never use this
+ -- just ignore the hand moving behind the curtain
+ -- (this is necessary so things like text_buffers and
+ -- widgets can talk to each other behind the binding)
type Wrapper is abstract new Ada.Finalization.Limited_Controlled with private;