Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望有两组(或更多)小部件在同一个窗口中相互切换。
GTK 中是否有专门的堆叠小部件布局?
如果不是,实现此行为的最短方法是什么?
谢谢
为此有一个小部件:GtkStack,在 GTK 3.10 及更高版本中可用。
GtkStack
如果您没有 GTK 3.10,您可以通过将小部件放在 a 中GtkNotebook并使笔记本选项卡不可见来做同样的事情(但没有动画)。
GtkNotebook