diff -r 491a1d15372f -r 73c48011b8c7 ginebra2/PageSnippet.cpp --- a/ginebra2/PageSnippet.cpp Fri Sep 17 08:27:10 2010 +0300 +++ b/ginebra2/PageSnippet.cpp Mon Oct 04 00:04:54 2010 +0300 @@ -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); }