wok view pywebkitgtk/description.txt @ rev 25444

Up firefox-official (104.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 04 18:56:05 2022 +0000 (21 months ago)
parents
children
line source
1 PyWebkitGtk provides python bindings around Webkit when it has been compiled
2 for GTK2.
3 PyWebkitGtk requires, and augments, PyGtk2.
4 Recent support has been added to PyWebKitGtk to provide full DOM access
5 manipulation, including javascript code execution and evaluation.
7 PyWebkitGtk comes with a demo application which is practically a fully-featured
8 web browser in its own right.
9 PyWebkitGtk is the basis for PyjamasDesktop, which provides a much easier-to-use
10 framework for application development than PyWebkitGtk on its own (it is fair to
11 say that whilst PyWebkitGtk is on the same level as PyGtk2, PyjamasDesktop is on
12 the same level as KiWi).