ginebra2/PageSnippet.cpp
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
--- 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);
 }