We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我强烈推荐 Glade + GTK。
我将它与 python 结合使用,效果很好。
使用起来也非常简单。
这是一个示例:
http://people. gnome.org/~newren/tutorials/developing-with-gnome/html/apc.html#libglade-example-1
希望有所帮助!
编辑:
这里有一个更广泛的教程:
http://www.micahcarrick.com/gtk-glade -tutorial-part-1.html
i would highly recommend Glade + GTK.
i use it in combination with python, and it works quite well.
it's also very simple to use.
here is an example:
http://people.gnome.org/~newren/tutorials/developing-with-gnome/html/apc.html#libglade-example-1
hope that helps!
EDIT:
here is a more extensive tutorial:
http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
但是,请注意,用 C 语言编写在许多不同系统(例如 Linux、MacOSX、Android 和 Windows)上运行的 GUI 代码可能很困难。 Gtk声称有这样的目标,但不知道是否完全达到。
However, notice that it might be difficult to write GUI code in C which runs on many different systems (e.g. on Linux, MacOSX, Android, and Windows). Gtk claim to have such a goal, but I don't know if it fully reached.