diff options
Diffstat (limited to 'fltk-widgets-groups.ads')
-rw-r--r-- | fltk-widgets-groups.ads | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fltk-widgets-groups.ads b/fltk-widgets-groups.ads index 2c245a0..d38bb54 100644 --- a/fltk-widgets-groups.ads +++ b/fltk-widgets-groups.ads @@ -1,5 +1,13 @@ +-- need to add a Vector to keep track of the children added to a group, and +-- to change their Void_Ptrs to null addresses if Clear or Finalize are +-- called, otherwise bad things will happen + +-- similarly, Widgets need to keep track of their parent so that Insert +-- will work correctly + + package FLTK.Widgets.Groups is |