On Wed, Nov 10, 2010 at 7:44 AM, wrote:
> How can I create non-selectable horizontal separator items in a Listbox,
> eg. separators equivalent to the Tkinter Menu widget's .add_separator()?
> Using chars like dashes and underscores looks awful.
>
> If this functionality is not possible, does anyo
On Wed, Nov 10, 2010 at 08:48:44AM -0500, pyt...@bdurham.com wrote:
.
.
.
> Is here a way to disable individual items in a Tkinter Listbox?
>
> I'm looking for something like .itemconfig( index,
> state='disabled' ) (doesn't w
Is here a way to disable individual items in a Tkinter Listbox?
I'm looking for something like .itemconfig( index,
state='disabled' ) (doesn't work) or a special character string
that one might add to an item's text to cause it to be disabled.
Thank you,
Malcolm
__
How can I create non-selectable horizontal separator items in a
Listbox, eg. separators equivalent to the Tkinter Menu widget's
.add_separator()? Using chars like dashes and underscores looks
awful.
If this functionality is not possible, does anyone have a
recommendation on a Unicode char similar