diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-07-15 22:20:30 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-07-15 22:20:30 +1000 |
commit | b72f41264d96f6cd9333badad82f978ecdc48fc2 (patch) | |
tree | acf583ae23932244f90e0822ef989ad64d3c9426 /src/adapad.adb | |
parent | 29a95cbf34e89274d8556e6f5b9f0e8b447e94c7 (diff) |
Groups and Widgets should now keep track of themselves properly, also all named access types removed
Diffstat (limited to 'src/adapad.adb')
-rw-r--r-- | src/adapad.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adapad.adb b/src/adapad.adb index 164f9c3..e0bf2d7 100644 --- a/src/adapad.adb +++ b/src/adapad.adb @@ -14,6 +14,7 @@ with FLTK.Widgets.Buttons.Toggle; with FLTK.Widgets.Inputs; with FLTK.Widgets.Groups.Text_Displays.Text_Editors; with FLTK.Enums; use FLTK.Enums; +with FLTK.Widgets.Groups; function AdaPad return Integer is |