Re: Custom Tkinter scrollbar

2007-11-24 Thread Hunter . lennon
I ended up giving up on doing the scrollbar as a separate class, which is probably for the best. This is the pertinent code for what I wanted, and it does what I need it to do. I found the canvas-moving-w- mouse.py program helpful in getting started with this; some of the code is directly from th

Custom Tkinter scrollbar

2007-11-14 Thread Hunter . lennon
I want to create a custom scrollbar using particular images, which will then be placed on a canvas to control another window on the canvas. Right now I am inheriting from scrollbar, but I do the movement with custom functions. When I create it and put in into the canvas with "canvas.create_windo