Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python/hulahop.defs
diff options
context:
space:
mode:
Diffstat (limited to 'python/hulahop.defs')
-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")