From ae865138a6cb3c2753571dc51ee47cdcb8fff888 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 4 Apr 2005 06:29:26 +0000 Subject: Documentation update for Fl_Text_Buffer. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Text_Buffer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/Fl_Text_Buffer.html b/documentation/Fl_Text_Buffer.html index 5fe02c47c..20edfc5fa 100644 --- a/documentation/Fl_Text_Buffer.html +++ b/documentation/Fl_Text_Buffer.html @@ -203,6 +203,9 @@ other control characters are given special treatment.

int findchars_forward(int startPos, const char* searchChars, int* foundPos);

Finds the next occurrence of the specified characters. +Search forwards in buffer for characters in searchChars, starting +with the character startPos, and returning the result in foundPos +returns 1 if found, 0 if not.

void highlight(int start, int end);

-- cgit v1.2.3