Direct TK interface

Grant Edwards grante at visi.com
Wed Sep 19 14:32:17 EDT 2001


In article <1442950.reEdlvqk35 at lunix.schabi.de>, Markus Schaber wrote:

> My two motivations were efficiency and possible elimination of
> the (IMHO) ugly and not python-like Tkinter.StringVar()
> construct (which is not necessary in TCL/TK because of the
> direct integration, and might perhaps be implemented using the
> new get/set attributes.)

The whole "StringVar" scheme is indeed a wart. Skipping TCL and
binding directly to Tk (a la Stk et al) would eliminate the
problem but require a lot more maintenance effort.

-- 
Grant Edwards                   grante             Yow!  .. My pants just went
                                  at               on a wild rampage through a
                               visi.com            Long Island Bowling Alley!!



More information about the Python-list mailing list