ginebra2/PageSnippet.cpp
changeset 12 afcd8e6d025b
parent 3 0954f5dd2cd0
--- 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);
 }