summaryrefslogtreecommitdiff
path: root/fltk-widgets-groups-text_displays.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-12 17:20:15 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-12 17:20:15 +1100
commitfa22b74c2e6528b4315909377f277ef193e19d11 (patch)
tree5dfce73c765d54e76fc758c8537a349825ae19ef /fltk-widgets-groups-text_displays.ads
parentcb8ade55fb2f85951e53706de277261b726ecad7 (diff)
Added basic word count feature
Diffstat (limited to 'fltk-widgets-groups-text_displays.ads')
-rw-r--r--fltk-widgets-groups-text_displays.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/fltk-widgets-groups-text_displays.ads b/fltk-widgets-groups-text_displays.ads
index 6c2a9fe..3eea299 100644
--- a/fltk-widgets-groups-text_displays.ads
+++ b/fltk-widgets-groups-text_displays.ads
@@ -70,6 +70,14 @@ package FLTK.Widgets.Groups.Text_Displays is
(This : in out Text_Display);
+ procedure Next_Word
+ (This : in out Text_Display);
+
+
+ procedure Previous_Word
+ (This : in out Text_Display);
+
+
private