hi,
iam looking for a search api for gtk port but could not find one. i
tried the following piece of code to search for a sample string

the search results return fine, however the focus does not move to the
selection content and there is no highlight.

The impl. seems to support it (selectionController()->setSelection and
revealSelection)

Any inputs would be helpful.

thanks,
Zaheer

Frame* frame = core(getFrameFromPage(WEBKIT_PAGE(widget)));
String str1(str);
return frame->findString(str1, true, false, false, true);
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to