如果您有任何人熟悉PyGTK链接,以便初学者在一周内掌握,请告诉我。
感谢。
答案 0 :(得分:3)
这些是使用pygtk编程时打开的方便链接:
GTK 2
PyGTK 2.x参考手册:http://library.gnome.org/devel/pygtk/stable/
Andrew Steele撰写的PyGTK教程:http://learngtk.org/tutorials/pygtk-tutorial/
PyGTK常见问题解答:http://faq.pygtk.org/index.py?req=index
GTK 3
Python GI API参考http://lazka.github.io/pgi-docs/#Gtk-3.0
Python GTK + 3教程http://python-gtk-3-tutorial.readthedocs.org/en/latest/
Andrew Steele的Python GTK + 3教程http://learngtk.org/tutorials/python_gtk3_tutorial/html/
答案 1 :(得分:1)
Micah Carrick的教程:http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html