Re: [Tkinter-discuss] realtime resizing

2005-04-20 Thread Stewart Midwinter
Marco: I see one problem with what you are trying to accomplish. You want to resize the widget when the mouse passes over the widget and the user clicks. Normally you might want to do several things when clicking on an object, not just resize it. Perhaps you need to consider a different mouse e

[Tkinter-discuss] realtime resizing

2005-04-20 Thread Marco Aschwanden
Hi I am laying out widgets on a canvas. I would like to be able to resize this widget on runtime as follows: 1. The cursor changes close to the edges of the widget (or when exiting) into an appropiate "resizing"-cursor. 2. When the user clicks now on the widget he may resize the widget ().