Tkinter scrollbar question
Matthew Dixon Cowles
matt at mondoinfo.com
Fri Nov 9 16:15:49 EST 2001
More information about the Python-list mailing list
Fri Nov 9 16:15:49 EST 2001
- Previous message (by thread): Tkinter scrollbar question
- Next message (by thread): Follow up on the Matrix & Numerical analysis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 09 Nov 2001 19:16:48 +0100, Laura Creighton <lac at strakt.com> wrote: >Depending on what I did to cause it to be called, I am going to get >called with a varying number of very different arguments. Which >Fredrik Lundh _did_ tell me, but I didn't understand until I had made >the function tell me what was going on. My experience is that doing your own scrolling in Tkinter is a nuisance at best. I recommend avoiding it if possible. It's often possible to stuff everything into a Pmw.ScrolledFrame and have done with it. In case you're not familiar with Pmw, it's at: http://pmw.sourceforge.net/ If you have a use for some example scrolling code that uses static labels and shuffles data around among them, you're welcome to steal from the MUA that I'm working on. It's at: http://www.visi.com/~mdc/swallow/ You'll find the scrolling code if you download it and search for PITA <0.01 wink>. Regards, Matt
- Previous message (by thread): Tkinter scrollbar question
- Next message (by thread): Follow up on the Matrix & Numerical analysis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list