mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 07:46:09 +08:00
Documentation update for Fl_Text_Buffer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -203,6 +203,9 @@ other control characters are given special treatment.
|
||||
<H4><A NAME="Fl_Text_Buffer.findchars_forward">int findchars_forward(int startPos, const char* searchChars, int* foundPos);</A></H4>
|
||||
|
||||
<P>Finds the next occurrence of the specified characters.
|
||||
Search forwards in buffer for characters in <i>searchChars</i>, starting
|
||||
with the character <i>startPos</i>, and returning the result in <i>foundPos</i>
|
||||
returns 1 if found, 0 if not.
|
||||
|
||||
<H4><A NAME="Fl_Text_Buffer.highlight">void highlight(int start, int end);</A></H4>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user