Seite 1 von 1

pyGtk Dokumentation

Verfasst: Freitag 29. September 2006, 07:18
von Francesco
Hallo, wo findet man eine schöne Dokumentation über (py)gtk?
Es unterscheidet sich wesentlich von wxPython, wie ich gesehen habe,
und den Code zu verstehen fällt mir nicht gerade leicht.
Wäre auch nützlich, wenn man ein Programm auf wxPython portieren möchte.

Danke

Verfasst: Freitag 29. September 2006, 09:18
von BlackJack
http://www.pygtk.org/ unter Documentation.

Verfasst: Freitag 29. September 2006, 09:32
von Francesco
BlackJack hat geschrieben:http://www.pygtk.org/ unter Documentation.
Danke, wie konnte ich nicht drauf kommen.
Wäre schön, wenn das übersichtlich zu finden wäre.
Zum Beispiel neben der Location, in der man PyGtk herunterladen, gleich die Dokumentation dazu.
Ich dachte mir, diese wäre irgendwo mitinstalliert worden.

Verfasst: Freitag 29. September 2006, 11:26
von Mr_Snede
Hmm - bei Debian ist es dabei:
mr_snede@pc-etch:~$ apt-cache search python-gtk2

python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dev - GTK+ bindings: devel files
python-gtk2-doc - documentation and API reference of GTK2 bindings for python
python-gtk2-tutorial - tutorial for the GTK2 python library

Verfasst: Freitag 20. Oktober 2006, 18:49
von wscharinger
Mr_Snede hat geschrieben:Hmm - bei Debian ist es dabei:
mr_snede@pc-etch:~$ apt-cache search python-gtk2

python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dev - GTK+ bindings: devel files
python-gtk2-doc - documentation and API reference of GTK2 bindings for python
python-gtk2-tutorial - tutorial for the GTK2 python library
Ja, die Doku (bei Debian-basierten Distris und wahrscheinlich auch bei vielen anderen..) ist lokal zu finden unter:

Referenz: /usr/share/doc/python-gtk2-doc/html/index.html
Tutorial: /usr/share/doc/python-gtk2-tutorial/html/index.html
Beispiele: /usr/share/doc/python-gtk2-doc/html/examples/

Allerdings ist die lokale Doku unter Umständen nicht ganz so aktuell wie die im Netz. Ab und zu ein Blick auf die oben schon genannten Seiten www.pygtk.org werfen, kann also nicht schaden.

Viel Spaß beim Stöbern! WS