自动将 xml 格式从 LibGlade 转换为 GtkBuilder
我发现了两种从旧的 GTK+ UI xml 格式(使用 Libglade)转换为新格式(使用内置的 GtkBuilder)的方法。一种是使用 Glade 3 Interface Builder(另存为按钮),另一种是使用 gtk-builder-convert。他们给出不同的输出,所以我想知道更信任哪一个。
I've found 2 ways of converting from an old GTK+ UI xml format (using Libglade) to the new format (using the built-in GtkBuilder). One is using Glade 3 Interface Builder (Save As button), and another is using gtk-builder-convert. They give different outputs, so I would like to know which one to trust more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 gtk-builder-convert 的 bug 比这两者要少。 Glade 3 即使在不进行转换(保存为旧的 Glade 格式)的情况下进行小编辑时也会搞砸 xml 输出。
It seems that
gtk-builder-convert
is less buggy than the two. Glade 3 screws up the xml output even when making a small edit without even doing a convert (Saving to old glade format).