From f419b275ee91792e08f211a588d891c4aa6bedac Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 15 Jul 2016 22:20:30 +1000 Subject: Groups and Widgets should now keep track of themselves properly, also all named access types removed --- fltk.ads | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fltk.ads') 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; -- cgit