diff options
| author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-21 19:02:05 +0000 | 
|---|---|---|
| committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-21 19:02:05 +0000 | 
| commit | 286afda711bcf74b3f923778db7ca574815dc9e7 (patch) | |
| tree | 4fff277c7454825da7671ada280d7f2e1f3e3792 /src/PSEditModel.H | |
| parent | ef1117eb50a9a0e82825e961be8e59d203ebf650 (diff) | |
implemented tag replacement 
implemented tag replacement
Diffstat (limited to 'src/PSEditModel.H')
| -rw-r--r-- | src/PSEditModel.H | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/PSEditModel.H b/src/PSEditModel.H index 4398bec..2c94142 100644 --- a/src/PSEditModel.H +++ b/src/PSEditModel.H @@ -1,5 +1,5 @@  //  -// "$Id: PSEditModel.H,v 1.2 2004/10/21 20:12:36 hofmann Exp $" +// "$Id: PSEditModel.H,v 1.3 2004/10/21 21:02:05 hofmann Exp $"  //  // X11 header file for the Fast Light Tool Kit (FLTK).  // @@ -54,6 +54,7 @@ public:    int set_cur_text(int x1, int y1, int p);    int is_cur_text(PSEditText *t);    PSEditText *get_text(int p); +  int replace_tag(char* tag, char* text);    int ps_to_display_x(int x1);    int ps_to_display_y(int y1);    int ps_x(int x1); | 
