简体   繁体   中英

Learning Glade along with PyGTK

I've got my self sort of familiar with pygtk. I find it to be a lot of work to build GUI from code. So I turned to Glade. I'm trying to follow tutorials for Glade and PyGTK, and how they work together, however, I can't seems to find any tutorial for the GTKBuilder format.

I found a couple tutorials, like http://www.wmlug.org/pdf/Intro%20to%20PyGTK.pdf , http://www.linuxjournal.com/article/6586?page=0,2 These helped me get into Glade, but I'm unsure how to proceed from there as libglade is deprecated.

libglade has been replaced by GTK Builder which is basically a slight modification of libglade's API that's part of GTK+ proper.

Here are some links which should help you with that:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM