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.
我正在尝试在我的 pygtk gui 中自动调整选项卡的大小。现在我使用一个 for 循环来创建基于 USB 连接到计算机的选项卡。这工作正常。
如果碰巧创建的选项卡数量超过了窗口可以容纳的数量,那么我希望选项卡标签变得更小,并适合内部,就像浏览器选项卡一样。我附上了一张图片来说明这个问题。
我希望那些缩小并适合 gui 窗口。
nb = gtk.Notebook() nb.set_scrollable(True)