开发者

How to change the main window widgets with Python/Glade?

开发者 https://www.devze.com 2023-01-29 12:36 出处:网络
I am more or less new to GUI programming (just some tiny bit of Perl/Tk experience); I am new to Python, and I am new to Glade, both of which I would like to learn how to use.

I am more or less new to GUI programming (just some tiny bit of Perl/Tk experience); I am new to Python, and I am new to Glade, both of which I would like to learn how to use.

I have a program in mind which would require one single window, but this window's contents (widgets and all) w开发者_高级运维ould have to change with each step that the user has completed (like in one of the installers for Windows/Mac where you keep clicking "Next"). The trouble is that already now (at the no-code-stage) I am stumped for how to tackle this. I have tried googling, but I don't seem to even know the right keywords. It would be great if someone on here could help me out with a link to a tutorial covering that "Next-thing" or at least with one or two helpful keywords.

Thanks a lot in advance!


Glade allows you to create partial windows. Example: You can create many GtkVBox'es with the contents you want, and then in runtime swap between them.

In fact, glade already includes GtkAssistant, "a widget used to guide users through multi-step operations. It includes tools to ease implementing the "next-next-finish" style of dialogs. Each step is generally handled by one assistant page. The assistant controls the page flow to collect the necessary data to complete the application task."

Try to use it, and tell us how it goes, preferably by asking another, more specific question, if you have problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号