Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python/hulahop.defs
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-21 18:25:41 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-21 18:25:41 (GMT)
commit67d5a1dc989473f99b43e968ddec270803d978dc (patch)
tree31ea3baca50862e5156b7609c94548c4a44662a9 /python/hulahop.defs
parentf91a1b5b943b93074c86ac468131607ec01b1f20 (diff)
Finally put modal dialogs to work.
Diffstat (limited to 'python/hulahop.defs')
-rw-r--r--python/hulahop.defs13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/hulahop.defs b/python/hulahop.defs
index 4f18c2d..403208c 100644
--- a/python/hulahop.defs
+++ b/python/hulahop.defs
@@ -54,3 +54,16 @@
)
(return-type "none")
)
+
+(define-method push_js_context
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_push_js_context")
+ (return-type "none")
+)
+
+(define-method pop_js_context
+ (of-object "HulahopWebView")
+ (c-name "hulahop_web_view_pop_js_context")
+ (return-type "none")
+)
+