Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python/hulahop.defs
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-15 10:08:06 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-15 10:08:06 (GMT)
commitc0518123f7a236b2eef924aa4af85bbe92e58727 (patch)
treefe3534571f4456e5d54fc0b898c5b6a9d5a55e9c /python/hulahop.defs
parentfe68d402ad560edd6bdb265a14cbd80b5f281ca7 (diff)
Refactor initialization some more.
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 cad4a28..d07bf16 100644
--- a/python/hulahop.defs
+++ b/python/hulahop.defs
@@ -5,6 +5,12 @@
(gtype-id "HULAHOP_TYPE_WEB_VIEW")
)
+(define-virtual setup
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_setup")
+ (return-type "none")
+)
+
(define-method grab_focus
(of-object "HulahopWebView")
(c-name "hulahop_web_view_grab_focus")