From f15e45791a0658fd5a062629f59c4815ce8b2489 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 28 May 2016 14:53:13 +1000 Subject: Text editors, single and menu windows --- fltk-widgets-groups.ads | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'fltk-widgets-groups.ads') 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 -- cgit