AW: AW: [Idle-dev] Extends an events

Guido van Rossum guido@python.org
Sun, 05 Mar 2000 07:27:32 -0500


> I have checked the Tcl/Tk bind and bindings. But as I can see
> parameter passing is impossible when using this approach.

In the rare cases where you need to pass parameters around, you can
place them on the EditorWindow (or whatever) instance.  This can
simply be part of the specs of a particular binding (e.g. open).

> When I find an hour or two in the next week I will try to make a
> suggestion in form of a modified EditorWindow.py.

Great!

--Guido van Rossum (home page: http://www.python.org/~guido/)