简体   繁体   English

与PyGTK一起学习Glade

[英]Learning Glade along with PyGTK

I've got my self sort of familiar with pygtk. 我对pygtk很熟悉。 I find it to be a lot of work to build GUI from code. 我发现从代码构建GUI要做很多工作。 So I turned to Glade. 所以我转向了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. 我试图遵循Glade和PyGTK的教程,以及它们如何协同工作,但是,我似乎找不到关于GTKBuilder格式的任何教程。

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. 我发现一对夫妇的教程,像http://www.wmlug.org/pdf/Intro%20to%20PyGTK.pdfhttp://www.linuxjournal.com/article/6586?page=0,2这些帮助我进入Glade,但是由于libglade已过时,我不确定如何从那里继续。

libglade has been replaced by GTK Builder which is basically a slight modification of libglade's API that's part of GTK+ proper. libglade已由GTK Builder取代,它基本上是对GTgla +专有的libglade API的略微修改。

Here are some links which should help you with that: 以下是一些可以帮助您的链接:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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