pygtk-demo
Python bindings for the GTK+ widget set - documentation
Install
- All systems
-
curl cmd.cat/pygtk-demo.sh
- Debian
-
apt-get install python-gtk2-doc
- Ubuntu
-
apt-get install python-gtk2-doc
- Arch Linux
-
pacman -S pygtk
- Kali Linux
-
apt-get install python-gtk2-doc
- CentOS
-
yum install pygtk2
- Fedora
-
dnf install pygtk2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-gtk2-doc
- OS X
-
brew install pygtk
- Raspbian
-
apt-get install python-gtk2-doc
- Dockerfile
- dockerfile.run/pygtk-demo
python-gtk2-doc
Python bindings for the GTK+ widget set - documentation
This package contains the documentation and API reference for the Python bindings of the Pango, ATK, GDK, GTK+ and Glade libraries. It is well structured and easy to use. The documentation can be browsed with the devhelp documentation browser, or with a regular web browser. This package also provides several examples showing how to use these bindings to build simple GUI applications. This package is deprecated, you should migrate to using gobject-introspection (GIR) based python bindings instead (PyGObject). https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting