diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Text_Buffer.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index ae9f78d44..dcceb59cb 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -713,6 +713,7 @@ public: \param ix index to the current char */ int prev_char(int ix) const; + int prev_char_clipped(int ix) const; /** Returns a pointer to the previous character. @@ -726,6 +727,7 @@ public: \param ix index to the current char */ int next_char(int ix) const; + int next_char_clipped(int ix) const; /** Returns a pointer to the next character. |
