summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.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/PSEditWidget.H
parent5334e884380e6c1c79704f9403ab98b2f6fefd7f (diff)
add tab key and arrow key support
add tab key and arrow key support
Diffstat (limited to 'src/PSEditWidget.H')
-rw-r--r--src/PSEditWidget.H14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/PSEditWidget.H b/src/PSEditWidget.H
index 775ac42..7319b3f 100644
--- a/src/PSEditWidget.H
+++ b/src/PSEditWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditWidget.H,v 1.11 2004/10/26 18:08:57 hofmann Exp $"
+// "$Id: PSEditWidget.H,v 1.12 2004/11/08 18:10:34 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -56,7 +56,9 @@ public:
void new_text(int x1, int y1, const char *s);
int set_cur_text(int x1, int y1);
-
+
+ int next_text();
+
void append_text(const char *s);
void move(int x1, int y1, int last_x, int last_y);
@@ -89,13 +91,13 @@ public:
int replace_tag(char* tag, char* text);
- int PSEditWidget::bb_x(PSEditText *t);
+ int bb_x(PSEditText *t);
- int PSEditWidget::bb_y(PSEditText *t);
+ int bb_y(PSEditText *t);
- int PSEditWidget::bb_w(PSEditText *t);
+ int bb_w(PSEditText *t);
- int PSEditWidget::bb_h(PSEditText *t);
+ int bb_h(PSEditText *t);
};
#endif