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


Groups > comp.lang.python > #56580 > unrolled thread

Re: How to make Tkinter Listbox entry insensitive?

Started bySkip Montanaro <skip@pobox.com>
First post2013-10-10 09:37 -0500
Last post2013-10-10 09:37 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#56580 — Re: How to make Tkinter Listbox entry insensitive?

FromSkip Montanaro <skip@pobox.com>
Date2013-10-10 09:37 -0500
SubjectRe: How to make Tkinter Listbox entry insensitive?
Message-ID<mailman.948.1381416134.18130.python-list@python.org>
> 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web