[webkit-reviews] review requested: [Bug 16222] [GTK] Implement inline search and highlighting of matching strings. : [Attachment 17819] api update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 04:04:52 PST 2007


Christian Dywan <christian at twotoasts.de> has asked  for review:
Bug 16222: [GTK] Implement inline search and highlighting of matching strings.
http://bugs.webkit.org/show_bug.cgi?id=16222

Attachment 17819: api update
http://bugs.webkit.org/attachment.cgi?id=17819&action=edit

------- Additional Comments from Christian Dywan <christian at twotoasts.de>
Just noticed the previous patch was only half up to date.

My current proposal provides these functions:

webkit_web_view_search_text (web_view, string, case_sensitive, forward, wrap)
webkit_web_view_mark_text_matches (web_view, string, case_sensitive, limit)
webkit_web_view_set_highlight_text_matches (web_view, highlight)
webkit_web_view_unmark_text_matches


More information about the webkit-reviews mailing list