Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56580

Re: How to make Tkinter Listbox entry insensitive?

References <CANc-5UxAau6djZ+zYQ+8a=3nPGHx_aDEUUtCVAcwOtq2fz4ZHw@mail.gmail.com> <CAPTjJmpmaa8JWE7VRA49tZKKrdkPSfGDVGOC9108ZobBeHJmMQ@mail.gmail.com>
Date 2013-10-10 09:37 -0500
Subject Re: How to make Tkinter Listbox entry insensitive?
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.948.1381416134.18130.python-list@python.org> (permalink)

Show all headers | View raw


> Other synonyms from GUI toolkits are "inactive" and "disabled". I
> don't know if that'll be any help though.

Thanks. "disabled" did the trick. Turns out you can't disable
individual items. Instead, you have to (hackishly) change the display
of entries somehow to indicate their inappropriateness...

Skip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How to make Tkinter Listbox entry insensitive? Skip Montanaro <skip@pobox.com> - 2013-10-10 09:37 -0500

csiph-web