How to move scrollbar by code?

Chris Angelico rosuav at gmail.com
Sat Dec 10 02:30:56 EST 2011


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



More information about the Python-list mailing list