List-Box

Martin Franklin martin.franklin at westgeo.com
Mon Feb 18 05:17:44 EST 2002


Christian Hühne wrote:

> geolistbox['Delete'] = Tkinter.Listbox(subframegeo['Delete'])



try:

geolistbox['Delete'] = Tkinter.Listbox(subframegeo['Delete'],
        exportselection='no')



More information about the Python-list mailing list