How to move scrollbar by code?
Chris Angelico
rosuav at gmail.com
Sat Dec 10 02:30:56 EST 2011
More information about the Python-list mailing list
Sat Dec 10 02:30:56 EST 2011
- Previous message (by thread): How to move scrollbar by code?
- Next message (by thread): WeakValueDict and threadsafety
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Dec 10, 2011 at 4:05 PM, Muddy Coder <cosmo_general at yahoo.com> wrote: > I am trying to make a listbox that will contain a looong data list, > sorted, so I will be able to pre-select a data line by coding. I have > done it. Which GUI toolkit are you using? What you want is not the Python language docs, but the docs for that toolkit (GTK, Qt, Tk, etc). ChrisA
- Previous message (by thread): How to move scrollbar by code?
- Next message (by thread): WeakValueDict and threadsafety
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list