Web navigator find reflexives functions

Functions

int WebNavigatorCbOnFindResult (mmachine m)
 WebNavigatorCbOnFindResult : Called to report find results returned by CefBrowser::Find(). |identifer| is the identifier passed to 'Find' function, |count| is the number of matches currently identified, |selectionRect| is the location of where the match was found (in window coordinates), |activeMatchOrdinal| is the current position in the search results, and |finalUpdate| is true if this is the last find notification.

Detailed Description

Callbacks related to browser find results


Function Documentation

int WebNavigatorCbOnFindResult ( mmachine  m  ) 

WebNavigatorCbOnFindResult : Called to report find results returned by CefBrowser::Find(). |identifer| is the identifier passed to 'Find' function, |count| is the number of matches currently identified, |selectionRect| is the location of where the match was found (in window coordinates), |activeMatchOrdinal| is the current position in the search results, and |finalUpdate| is true if this is the last find notification.

Prototype: TODO OBJWEBNAVIGATORSCOL

Parameters:
OBJWEBNAVIGATORSCOL : The object on which we want to catch the event
fun [OBJWEBNAVIGATORSCOL u0 I I [I I I I] I I] u1 : Scol function to call
u0 : Optionnal user parameter
I : the identifier passed to 'Find' function
I : the number of matches currently identified
[I I I I] : the location of where the match was found
I : the current position in the search results
I : '1' if this is the last find notification, '0' if there's more responses after this position.
Returns:
OBJWEBNAVIGATORSCOL : Web navigator object if success
Generated on Wed Jan 25 12:36:02 2012 for Scol embedded web navigator by  doxygen 1.6.3