http://www.perlmonks.org?node_id=265064


in reply to disabling the Listbox widget in Perl/Tk

The Tix-based Tk::TList widget supports the -state option. The TList widget class includes a lot more functionality than Listbox, but you should be able to use it with only minor modifications to your code.