]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use disabled state to enforce read-only state (bit painful since it means
authorGuido van Rossum <guido@python.org>
Tue, 12 Jul 1994 09:00:42 +0000 (09:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Jul 1994 09:00:42 +0000 (09:00 +0000)
commitc618ed986897fdbeeea6e1d68dcbed604b8d3bd0
treeeadcd624c85ef5e594ef887adf3fb5be150418f9
parent3e395be1ee33eefbafeed97bc9c732351cc88dce
Use disabled state to enforce read-only state (bit painful since it means
switching states each time we insert some text but has to be done this way
since else class bindings might allow editing...)
Demo/tkinter/guido/ManPage.py