wok-current diff pywebkitgtk/description.txt @ rev 25297

updated scrollz (2.3 -> 2.3.1)
author Hans-G?nter Theisgen
date Wed Jul 20 06:44:28 2022 +0100 (2022-07-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pywebkitgtk/description.txt	Wed Jul 20 06:44:28 2022 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +PyWebkitGtk provides python bindings around Webkit when it has been compiled
     1.5 +for GTK2.
     1.6 +PyWebkitGtk requires, and augments, PyGtk2.
     1.7 +Recent support has been added to PyWebKitGtk to provide full DOM access
     1.8 +manipulation, including javascript code execution and evaluation.
     1.9 +
    1.10 +PyWebkitGtk comes with a demo application which is practically a fully-featured
    1.11 +web browser in its own right.
    1.12 +PyWebkitGtk is the basis for PyjamasDesktop, which provides a much easier-to-use
    1.13 +framework for application development than PyWebkitGtk on its own (it is fair to
    1.14 +say that whilst PyWebkitGtk is on the same level as PyGtk2, PyjamasDesktop is on
    1.15 +the same level as KiWi).