Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-13 08:39:27 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-13 08:39:27 (GMT)
commitfe86acf314161823a648dd480e55915dc184e057 (patch)
treea5a9dd31bf456252c18dbed2047b5c5a622b1ec6 /python
parentb6344b9e64a06ea452a42d0e77204f7f072cc9c0 (diff)
Implement grab_focus
Diffstat (limited to 'python')
-rw-r--r--python/hulahop.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/hulahop.defs b/python/hulahop.defs
index 7c17625..8fafc59 100644
--- a/python/hulahop.defs
+++ b/python/hulahop.defs
@@ -11,6 +11,12 @@
(return-type "none")
)
+(define-method grab_focus
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_grab_focus")
+ (return-type "none")
+)
+
(define-method get_browser
(of-object "HulahopWebView")
(c-name "hulahop_web_view_get_browser")