简体   繁体   English

GTK + 3或PyGObject快速

[英]GTK+ 3 or PyGObject for Quickly

First answer on this question says that Quickly supports GObject introspection and GTK+ 3. Is this means that it USES GObject or it USES GTK+ 3? 关于这个问题的第一个答案说,它快速支持GObject内省和GTK +3。这是否意味着它使用GObject还是使用GTK + 3? I ask this because I want to start learning GUI programming with Quickly and Python, so I'm not sure I need to learn GObject or GTK+ 3, so please help me and answer me on this question too. 我之所以这样问,是因为我想开始使用Quickly和Python学习GUI编程,所以我不确定我是否需要学习GObject或GTK + 3,所以请帮助我,并回答这个问题。

Thanks in advance. 提前致谢。

Both GTK+ 2 and 3 are based on GObject. GTK + 2和3均基于GObject。 You are probably confusing PyGTK and GObject introspection. 您可能会混淆PyGTK和GObject自省。 PyGTK was never able to access GTK+ 3, is deprecated and not maintained any more. PyGTK永远无法访问GTK + 3,已弃用,不再维护。 So, you should learn to use GTK+ 3 through GObject introspection. 因此,您应该通过GObject自省学习使用GTK + 3。 See for example these resources . 例如,请参阅这些资源

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

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