gpt4 book ai didi

user-interface - 在 tcl tk 组合框中做出选择后如何运行脚本

转载 作者:行者123 更新时间:2023-12-04 06:50:13 27 4
gpt4 key购买 nike

我正在使用 ttk::combobox每次做出选择时我都想运行一个脚本。但是在文档中只有一个 -postcommand 选项存在,它在选择之前运行脚本。如何在选择后运行脚本(我希望能够知道何时做出选择)。

此外,组合框是-state readonly,因此无法通过条目进行选择。

最佳答案

绑定(bind)到 <<ComboboxSelected>>虚拟事件,每次选择项目后组合框都会生成。

bind .combo <<ComboboxSelected>> {puts "chosen [%W get]"}

关于user-interface - 在 tcl tk 组合框中做出选择后如何运行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11325817/

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