gpt4 book ai didi

python - Glade 默认禁用 GtkSpinButton

转载 作者:太空狗 更新时间:2023-10-30 02:05:50 25 4
gpt4 key购买 nike

我在 Glade 的对话框中添加了 GtkSpinButton,默认情况下它是禁用的:

enter image description here

我应该怎么做才能启用箭头?

最佳答案

您需要使用 Adjustment 对象配置 GtkSpinButton,如下所示(示例值):

adj = gtk.Adjustment(1, 1, 99, 1, 1, 1)
spinBtn = self.builder.get_object("spinbutton1")
spinBtn.configure(adj, 1, 0)

关于python - Glade 默认禁用 GtkSpinButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8456578/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com