diff options
author | Jed Barber <jjbarber@y7mail.com> | 2016-05-28 14:53:13 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2016-05-28 14:53:13 +1000 |
commit | 29a95cbf34e89274d8556e6f5b9f0e8b447e94c7 (patch) | |
tree | e604f989c13d4319543c3ce757628600a1499ff0 /src/adapad.adb | |
parent | b1a8b46960380dc3a771935a09c4e4a23e811c4a (diff) |
Text editors, single and menu windows
Diffstat (limited to 'src/adapad.adb')
-rw-r--r-- | src/adapad.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/adapad.adb b/src/adapad.adb index 63ad67f..164f9c3 100644 --- a/src/adapad.adb +++ b/src/adapad.adb @@ -2,6 +2,7 @@ -- with Editor; with FLTK.Widgets.Groups.Windows.Double; +with FLTK.Widgets.Groups.Windows.Single.Menu; with FLTK.Widgets.Boxes; with FLTK.Widgets.Buttons.Enter; with FLTK.Widgets.Buttons.Light.Check; @@ -11,7 +12,7 @@ with FLTK.Widgets.Buttons.Radio; with FLTK.Widgets.Buttons.Repeat; with FLTK.Widgets.Buttons.Toggle; with FLTK.Widgets.Inputs; -with FLTK.Widgets.Groups.Text_Displays; +with FLTK.Widgets.Groups.Text_Displays.Text_Editors; with FLTK.Enums; use FLTK.Enums; |