Python Glade GTK - 如何准备多个 Windows 应用程序
一个带有几个屏幕的简单应用程序。用户可以使用 BACK-NEXT 按钮进行导航。如何使用 Python 和 GTK Glade 准备这样的应用程序?
我的意思是如何隐藏以前的组件?最实用的方法是什么?我在网上找不到任何教程。有人可以指出我正确的方向吗?
A simple application with a few screens. The user can navigate with BACK-NEXT buttons. How do you prepare such an application in Python and GTK Glade?
I mean how do you hide the previous components? What is the most practical way? I couldn't find any tutorial on the net. Can someone point me in the right direction please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您正在寻找 GtkAssistant。
我尝试使用它,发现 Glade 确实很难使用,但您应该注意的是:
如果情况看起来很奇怪,请尝试更改页面并返回。
Sounds like you're looking for GtkAssistant.
I tried playing around with it and found that Glade makes it really hard to use, but the things you should be looking at are:
If things look weird, try changing pages and going back.