summaryrefslogtreecommitdiff
path: root/src/fltk_binding/fltk-text_buffers.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-11-13 18:44:21 +1100
committerJed Barber <jjbarber@y7mail.com>2016-11-13 18:44:21 +1100
commit9a7351c664d7f05232cb3f934658c79fffc752fd (patch)
tree789985306b16a84fc2c8a7c420a4d7f679ec3391 /src/fltk_binding/fltk-text_buffers.ads
parent1ff0512b833a2d310783e4373483a603b91d2707 (diff)
Added jump to feature
Diffstat (limited to 'src/fltk_binding/fltk-text_buffers.ads')
-rw-r--r--src/fltk_binding/fltk-text_buffers.ads14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fltk_binding/fltk-text_buffers.ads b/src/fltk_binding/fltk-text_buffers.ads
index a021dbf..5b260d6 100644
--- a/src/fltk_binding/fltk-text_buffers.ads
+++ b/src/fltk_binding/fltk-text_buffers.ads
@@ -91,6 +91,20 @@ package FLTK.Text_Buffers is
Start, Finish : in Natural);
+ -- only takes into account newline characters, not word wrap
+ function Skip_Lines
+ (This : in out Text_Buffer;
+ Start, Lines : in Natural)
+ return Natural;
+
+
+ -- only takes into account newline characters, not word wrap
+ function Rewind_Lines
+ (This : in out Text_Buffer;
+ Start, Lines : in Natural)
+ return Natural;
+
+
private