Python Glade GTK - 如何准备多个 Windows 应用程序

发布于 2024-11-04 04:28:22 字数 141 浏览 2 评论 0原文

一个带有几个屏幕的简单应用程序。用户可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绳情 2024-11-11 04:28:22

听起来您正在寻找 GtkAssistant

我尝试使用它,发现 Glade 确实很难使用,但您应该注意的是:

  • 后退前进来浏览页面
  • < GtkAssistant 属性中的页数
  • 子属性中的页面类型 和位置

如果情况看起来很奇怪,请尝试更改页面并返回。

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:

  • Back and Forward to navigate through the pages
  • Number of Pages in the GtkAssistant properties
  • Page Type and Position in the children properties

If things look weird, try changing pages and going back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文