为什么-editable不能在iwidgets中工作(tcl / tk)?

时间:2010-09-13 07:24:10

标签: tcl tk incr-tcl

我试图在某些GUI中使用iwidgets,我想让组合框不可编辑。根据activetcl文档,组合框提到-editable选项,但它不起作用。

combobox $frm_sat1.c2 \
    -textvariable [itcl::scope type] \
    -state normal -entries {"1 opt" "2 opt"} -editable 0;

2 个答案:

答案 0 :(得分:1)

试试这个

$frm_sat1.c2.lwchildsite.efchildsite.arrowBtn configure -state disabled

答案 1 :(得分:0)

自己找到答案。 “-state restricted”作品