HulaHop: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (source code)
Line 11: Line 11:
* http://git.sugarlabs.org/projects/hulahop
* http://git.sugarlabs.org/projects/hulahop


== Projects Using Hulahop ==
== Projects using HulaHop ==


* [[Browse]] - the XO web browser
* [[Browse]] - the XO web browser

Revision as of 04:42, 19 August 2009

This article is a stub. You can help the OLPC project by expanding it.

HulaHop is Gecko 1.9 (Firefox 3.0 core) web browser as a simple embeddable control with Python DOM access. It is a PyGTK Widget that you can use in your application to embed a web browser.

See an example in Sugar_Code_Snippets#WebView.

Or read the docs here.

Check the source code

Projects using HulaHop