[webkit-dev] search in gtk port
zaheer ahmad
zaheer.mot at gmail.com
Fri Nov 16 05:22:00 PST 2007
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);
More information about the webkit-dev
mailing list