Pmw.ScrolledListbox
Martin Franklin
martin.franklin at westgeo.com
Thu Nov 15 05:11:58 EST 2001
Era Akost wrote:
> When one selects an item of Pmw.ScrolledListbox, it gets underlined.
> How to disable the underlining?
> Tkinter.Listbox that is the component of this widget doesn't show this
> property.
>
> This question was also posted one year ago, but there were no answers.
>
> Thanks,
>
> Era
>
Era,
Could you post some code I can't see this with the following code....
>>> from Tkinter import *
>>> import Pmw
>>> root=Tk()
>>> lb=Pmw.ScrolledListBox(root)
>>> lb.pack()
>>> lb.insert(0, 'one')
>>> lb.insert(0, 'two')
>>> lb.insert(0, 'three')
Oh and what platform/version etc....
Martin
More information about the Python-list
mailing list