summaryrefslogtreecommitdiff
path: root/fltk-widgets-groups.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-05-28 14:53:13 +1000
committerJed Barber <jjbarber@y7mail.com>2016-05-28 14:53:13 +1000
commitf15e45791a0658fd5a062629f59c4815ce8b2489 (patch)
treeed455c095cba8777b8a9a0c6dfe7b994023c5cd1 /fltk-widgets-groups.ads
parent32062c660307d5b34f46b1f7b75d17a184930e71 (diff)
Text editors, single and menu windows
Diffstat (limited to 'fltk-widgets-groups.ads')
-rw-r--r--fltk-widgets-groups.ads8
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