summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter
Commit message (Collapse)AuthorAgeFilesLines
...
* Add menu to change directories -- also generalize acceptable names from *.nGuido van Rossum1994-07-111-16/+40
| | | | into *.[ln123456789]
* Use guido's PythonGuido van Rossum1994-07-081-1/+1
|
* Initial revisionGuido van Rossum1994-07-081-0/+144
|
* Adapted to new async ManPage interface (kill, busy);Guido van Rossum1994-07-081-38/+56
| | | | | | Added case sensitive searching; Added explicit buttons for man page display and search (in addition to <Return> and double clicking in the listbox)
* Rewritten somewhat again, distinguished between internal and externalGuido van Rossum1994-07-081-24/+67
| | | | | methods (internal ones start with '_'), asynchronous transfers are now killed synchronously (i.e. after t.kill(), t.busy() is false immediately).
* Always insert at 'end'Guido van Rossum1994-07-081-3/+3
|
* parsefile() now calls self.update() while filling the buffer,Guido van Rossum1994-07-081-60/+90
| | | | so you can read the top of the man page while the rest is being parsed
* Don't use self.text -- it's self now!Guido van Rossum1994-07-061-18/+18
|
* Initial revisionGuido van Rossum1994-07-062-0/+332
|
* Misc changes by SteenGuido van Rossum1994-07-061-6/+5
|
* * kill.py: Don't use the exec Tcl command.Guido van Rossum1994-07-061-6/+7
|
* Initial revisionGuido van Rossum1994-06-282-0/+244
|
* Initial revisionGuido van Rossum1994-06-271-0/+119
|
* Fix initial fill color of squareGuido van Rossum1994-06-201-1/+1
| | | | .,
* Adapt to new Tkinter.pyGuido van Rossum1994-06-201-27/+32
|
* Moved tk.record() to record whole commands instead of linesGuido van Rossum1994-06-201-1/+1
|
* Adapted to new Tkinter.py.Guido van Rossum1994-06-201-13/+12
|
* Initial revisionGuido van Rossum1994-06-206-0/+809