Re: [Tkinter-discuss] Possible to create separator lines in a Tkinter Listbox?

2010-11-10 Thread Wayne Werner
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

Re: [Tkinter-discuss] Possible to disable individual items in a Tkinter Listbox?

2010-11-10 Thread Cameron Laird
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

[Tkinter-discuss] Possible to disable individual items in a Tkinter Listbox?

2010-11-10 Thread python
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 __

[Tkinter-discuss] Possible to create separator lines in a Tkinter Listbox?

2010-11-10 Thread python
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