From: Maurice L. <ml...@us...> - 2000-10-10 10:21:59
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory slayer.i.sourceforge.net:/tmp/cvs-serv15677 Modified Files: plwidget.tcl Log Message: Fixed inappropriate ghosting of zoom menu items. Required switching to using the entry name as argument to entryconfigure instead of numerical index. This caused problems going from Tcl 7.x -> 8.x (I think in 8.x the tear off entry became numbered where previously it wasn't). I don't think this form of reference was even available in 7.x. |