From 6a0208341897847720395a42beedbaf77836a316 Mon Sep 17 00:00:00 2001 From: Tommi Komulainen Date: Wed, 26 Aug 2009 11:25:19 +0000 Subject: browser-plugin: notify browser when find comes up empty Example: plugin.magicWrapper = { onFindChanged : function() { if (plugin.canFindOnPage) { ... } } } --- (limited to 'browser-plugin/scriptable.h') diff --git a/browser-plugin/scriptable.h b/browser-plugin/scriptable.h index f534149..8ab0917 100644 --- a/browser-plugin/scriptable.h +++ b/browser-plugin/scriptable.h @@ -95,6 +95,7 @@ class ScriptablePluginObject : public ScriptablePluginObjectBase NPIdentifier mTitleID; NPIdentifier mZoomID; NPIdentifier mCanCopyID; + NPIdentifier mCanFindOnPageID; NPIdentifier mMagicWrapperID; NPIdentifier mZoomInID; -- cgit v0.9.1