summaryrefslogtreecommitdiff
path: root/src/windows-find.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-28 00:03:19 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-28 00:03:19 +1000
commitede7482f170d498d0a2129da6e81ff4764e366e2 (patch)
tree793de3ccbc1e2045e52ce6bb7402e08dfe1ec14f /src/windows-find.ads
parentbfa8e44514a6d0e597123aa701dbe29a461c1ed6 (diff)
Logo file now better integrated
Diffstat (limited to 'src/windows-find.ads')
-rw-r--r--src/windows-find.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows-find.ads b/src/windows-find.ads
index 82895e7..adcb9c8 100644
--- a/src/windows-find.ads
+++ b/src/windows-find.ads
@@ -9,7 +9,7 @@ private with FLTK.Widgets.Buttons.Light.Check;
package Windows.Find is
- type Find_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with private;
+ type Find_Window is new Window with private;
type Direction is (Forward, Backward);
@@ -49,7 +49,7 @@ package Windows.Find is
private
- type Find_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with
+ type Find_Window is new Window with
record
Find_What : FLTK.Widgets.Inputs.Input;
Match_Case : FLTK.Widgets.Buttons.Light.Check.Check_Button;