ginebra2/PageSnippet.h
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
--- a/ginebra2/PageSnippet.h	Fri Sep 17 08:27:10 2010 +0300
+++ b/ginebra2/PageSnippet.h	Mon Oct 04 00:04:54 2010 +0300
@@ -66,6 +66,9 @@
   void setHtml(const QString &value);
   QString html() const;
   Q_PROPERTY(QString html WRITE setHtml READ html)
+  
+  bool hasFocus();
+  Q_PROPERTY(bool hasFocus READ hasFocus)
 
 public slots:
   void setGeometry(int x, int y, int width, int height);