Skip to content

Commit

Permalink
Documentation update for Fl_Text_Buffer.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Apr 4, 2005
1 parent 6cab1f4 commit ae86513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/Fl_Text_Buffer.html
Expand Up @@ -203,6 +203,9 @@ <H4><A NAME="Fl_Text_Buffer.findchars_backward">int findchars_backward(int start
<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>

Expand Down

0 comments on commit ae86513

Please sign in to comment.