Callbacks made by FARR to Plugin |
Top Previous Next |
The FARR host program can make the following calls to a plugin:
NOTE: THIS SECTION IS NOT YET COMPLETELY DOCUMENTED -- SEE SAMPLE PLUGINS!
In addition to the custom callback functions, FARR uses the set_strvalue callback function to do a variety of generic callbacks:
pluginp->set_strvalue(char* VARNAME,char* VARVALUE)
Return FALSE to let the default action take place and let the page open; return TRUE to tell FARR not to open the window (your plugin can open it with it's own launch command if it wants).
Return FALSE to let the default action take place and let the page open; return TRUE to tell FARR not to open the window (your plugin can open it with it's own launch command if it wants).
This would be the place where you might want to get the embedded web browser document contents and modify them before they are actually displayed.
VIEWMODESTRING is from list | memo | html | user | spreadsheet
|