• Barry Warsaw's avatar
    Several optimizations: · f67a50c2
    Barry Warsaw yazdı
        self.__chips now contains the list of rgbtuple values for the
        chips named i - 1 (Tkinter counts from 1, we count from zero).
        The chip number was just the index + 1.  This means color lookup
        need not do an itemcget(), it can just index into __chips.
    
        instead of calling __canvas.itemconfigure(), we glom up a huge Tcl
        script and call tk.eval() directly.  Actually we do many appends
        to a Python list, then string.join() them together into one huge
        string.  This reduces the overhead of Tkinter but making one fast
        call to Tcl.
    f67a50c2
Adı
Son kayıt (commit)
Son güncelleme
..
bgen Loading commit data...
faqwiz Loading commit data...
freeze Loading commit data...
modulator Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
versioncheck Loading commit data...
webchecker Loading commit data...
world Loading commit data...
README Loading commit data...