summaryrefslogtreecommitdiff
path: root/src/PSEditModel.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:10:34 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-11-08 17:10:34 +0000
commitdd205b01f0eb3d82c0fd7cdbbae41a8441d4fe5e (patch)
tree51187f4faa738993deebf0653fd145f08478ebb6 /src/PSEditModel.H
parent5334e884380e6c1c79704f9403ab98b2f6fefd7f (diff)
add tab key and arrow key support
add tab key and arrow key support
Diffstat (limited to 'src/PSEditModel.H')
-rw-r--r--src/PSEditModel.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PSEditModel.H b/src/PSEditModel.H
index 5f49f71..2504d3d 100644
--- a/src/PSEditModel.H
+++ b/src/PSEditModel.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditModel.H,v 1.9 2004/10/26 16:58:49 hofmann Exp $"
+// "$Id: PSEditModel.H,v 1.10 2004/11/08 18:10:34 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -72,6 +72,8 @@ public:
int set_cur_text(int x1, int y1, int p);
+ int next_text(int p);
+
int is_cur_text(PSEditText *t);
PSEditText *get_text(int p);