X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fweb-view%2Fweb-view.h;h=2a2069f8176674d803048a95f7abadcda6d110e8;hb=844a31b065de934756df18f175481d7703dc0b07;hp=8bc6cdef3849ecef8f451a5f69d146eff73d5fcd;hpb=5e79f29ff3e9a6042eb44dc40130c0d648bc2a3b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/web-view/web-view.h b/dali-toolkit/devel-api/controls/web-view/web-view.h old mode 100755 new mode 100644 index 8bc6cde..2a2069f --- a/dali-toolkit/devel-api/controls/web-view/web-view.h +++ b/dali-toolkit/devel-api/controls/web-view/web-view.h @@ -242,11 +242,11 @@ public: Dali::Toolkit::WebBackForwardList* GetBackForwardList() const; /** - * @brief Get Favicon of web page. + * @brief Get favicon of web page. * - * @return Handle to a fav icon + * @return Handle to a favicon */ - Dali::Toolkit::ImageView& GetFavicon(); + Dali::Toolkit::ImageView GetFavicon() const; /** * @brief Loads a web page based on a given URL. @@ -365,6 +365,14 @@ public: void ClearHistory(); /** + * @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 Connects to this signal to be notified when page loading is started. * * @return A signal object to connect with