X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fweb-view%2Fweb-view.h;h=37c46f8dec00f9d61810ba438d1136606cac233a;hp=8fb08b19179c7d6701d28595696ced58027f0f66;hb=218c58bb6854ca42475416c106b2edd58e24d6d6;hpb=8e3fd25cab9b478aa0d0668d0a186b6fa93c10f6 diff --git a/dali-toolkit/devel-api/controls/web-view/web-view.h b/dali-toolkit/devel-api/controls/web-view/web-view.h index 8fb08b1..37c46f8 100755 --- a/dali-toolkit/devel-api/controls/web-view/web-view.h +++ b/dali-toolkit/devel-api/controls/web-view/web-view.h @@ -682,6 +682,14 @@ public: void RegisterGeolocationPermissionCallback(Dali::WebEnginePlugin::GeolocationPermissionCallback callback); /** + * @brief Set or unset TTS focus of the webview. + * @param[in] focused True if it is gained, false lost. + * @return true if succeeded, false otherwise. + * @note It only works when the webview does not have keyinput focus. If it has keyinput focus, the TTS focus is set automatically. + */ + void SetTtsFocus(bool focused); + + /** * @brief Connect to this signal to be notified when page loading is started. * * @return A signal object to connect with