b1=Button(bla bla bla,command=run_something)
b1.configure (command='')
我想从按钮中删除“命令”,这样如果按下没有任何反应
我该怎么做?
注意:我没有使用 b1.bind(<"button-1">) 不,我不能将其更改为此然后使用 b1.unbind
b1=Button(bla bla bla,command=run_something)
b1.configure (command='')
我想从按钮中删除“命令”,这样如果按下没有任何反应
我该怎么做?
注意:我没有使用 b1.bind(<"button-1">) 不,我不能将其更改为此然后使用 b1.unbind