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. | |
Callbacks related to browser find results
| 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
| 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. |
1.6.3