wok-6.x annotate pywebkitgtk/description.txt @ rev 25411

updated winetricks (20200412 -> 20220411)
author Hans-G?nter Theisgen
date Thu Aug 04 07:24:24 2022 +0100 (2022-08-04)
parents
children
rev   line source
Hans-G?nter@25254 1 PyWebkitGtk provides python bindings around Webkit when it has been compiled
Hans-G?nter@25254 2 for GTK2.
Hans-G?nter@25254 3 PyWebkitGtk requires, and augments, PyGtk2.
Hans-G?nter@25254 4 Recent support has been added to PyWebKitGtk to provide full DOM access
Hans-G?nter@25254 5 manipulation, including javascript code execution and evaluation.
Hans-G?nter@25254 6
Hans-G?nter@25254 7 PyWebkitGtk comes with a demo application which is practically a fully-featured
Hans-G?nter@25254 8 web browser in its own right.
Hans-G?nter@25254 9 PyWebkitGtk is the basis for PyjamasDesktop, which provides a much easier-to-use
Hans-G?nter@25254 10 framework for application development than PyWebkitGtk on its own (it is fair to
Hans-G?nter@25254 11 say that whilst PyWebkitGtk is on the same level as PyGtk2, PyjamasDesktop is on
Hans-G?nter@25254 12 the same level as KiWi).