[Python-checkins] CVS: python/dist/src/Tools/idle Bindings.py EditorWindow.py PyShell.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 28 Jan 1999 17:02:48 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	Bindings.py EditorWindow.py PyShell.py 
Log Message:
Move menu/key binding code from Bindings.py to EditorWindow.py,
with changed APIs -- it makes much more sense there.
Also add a new feature: if the first character of a menu label is
a '!', it gets a checkbox.  Checkboxes are bound to Boolean Tcl variables
that can be accessed through the new getvar/setvar/getrawvar API;
the variable is named after the event to which the menu is bound.