是否有任何工具可以将界面从遗留 GTK 应用程序迁移到基于 GTK Builder 的现代应用程序
我负责许多遗留的基于 C 的 GTK 应用程序,这些应用程序已经开始老化。我正在考虑在更现代的框架中重新实现其中一些。是否有任何工具可以帮助将手动构建的基于 C 的 GTK 接口迁移到基于 GTK Builder 的 XML 接口描述?我的目标是将接口定义与实际应用程序实现分开。
我怀疑也许可以 ltrace 一个应用程序并通过 GTK 库调用重新构建界面,但如果有人已经解决了这个问题,我很高兴不会重新发明轮子。
I'm responsible for a number of legacy C based GTK applications which are starting to show their age. I'm toying with the idea of re-implementing some of them in a more modern framework. Are there any tools which can help migrate a hand-built C based GTK interface into a GTK Builder based XML interface description? My aim would be to separate the interface definition from the actual app implementation.
I suspect it might be possible to ltrace an app and re-build the interface from the GTK library calls but if someone has already solved the problem I'm happy not to re-invent the wheel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
gtkparasite 似乎支持将“实时”应用程序 UI 导出到 GtkBuilder UI 文件(请参阅 http://code.google.com/p/gtkparasite/issues/detail?id=9 )
gtkparasite seems to support exporting "live" application UI to GtkBuilder UI files (see http://code.google.com/p/gtkparasite/issues/detail?id=9)