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


Groups > comp.lang.python > #56625

Re: How to make Tkinter Listbox entry insensitive?

References (1 earlier) <CAPTjJmpmaa8JWE7VRA49tZKKrdkPSfGDVGOC9108ZobBeHJmMQ@mail.gmail.com> <CANc-5UyuKi-cAzCR6b2p81JggR557xjRTSwmG4xRmCBX9cbNYQ@mail.gmail.com> <CAMw+j7+pfnkjfj+vCUuCXLWnJHaA8n4n3Vrb5b+depXOjaMwAQ@mail.gmail.com> <CANc-5Ux6V4u-JUz0M4ntOPSXm+t3yEB_dOmOL50NZbGeXr=DDg@mail.gmail.com> <CAEk9e3r2vi4qT+be4pjmGqo8Jyr6KKzj91bcwA-kMRhL-c6R6A@mail.gmail.com>
Date 2013-10-10 19:18 -0500
Subject Re: How to make Tkinter Listbox entry insensitive?
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.972.1381450723.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

> It seems that this could be handled fairly straight-forwardly by
subclassing either Listbox or Frame to implement your own, custom widget.

I will freely admit that I am far from facile with Tk widgets. I've been
using GTK for most GUI apps for a long while (when I need to write such
things), but simple lists are such a PITA with GTK that I ran screaming to
Tkinter. If this small application gets much more complex, I will take a
look at subclassing Listbox.

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 19:18 -0500

csiph-web