diff -r 786160610b4d -r afcd8e6d025b ginebra2/PageSnippet.cpp --- a/ginebra2/PageSnippet.cpp Wed Sep 01 13:56:21 2010 -0400 +++ b/ginebra2/PageSnippet.cpp Fri Sep 17 12:11:40 2010 -0400 @@ -90,6 +90,10 @@ return constPageItem()->html(); } +bool PageSnippet::hasFocus() { + return element().hasFocus(); +} + void PageSnippet::setGeometry(int x, int y, int width, int height) { widget()->setGeometry(x, y, width, height); }