summaryrefslogtreecommitdiff
path: root/fltk.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-07-15 22:20:30 +1000
committerJed Barber <jjbarber@y7mail.com>2016-07-15 22:20:30 +1000
commitf419b275ee91792e08f211a588d891c4aa6bedac (patch)
treed882ff43970b292fc75f937c0136078f68c867a5 /fltk.ads
parentf15e45791a0658fd5a062629f59c4815ce8b2489 (diff)
Groups and Widgets should now keep track of themselves properly, also all named access types removed
Diffstat (limited to 'fltk.ads')
-rw-r--r--fltk.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/fltk.ads b/fltk.ads
index 51f05c1..c1844a6 100644
--- a/fltk.ads
+++ b/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;