summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter
Commit message (Expand)AuthorAgeFilesLines
...
* Actually, *this* fixes the last bug.Guido van Rossum1996-12-301-2/+7
* Considerably restructured. This fixes the one remaining bug.Guido van Rossum1996-12-301-319/+322
* Solitaire game, like the one that comes with Windows.Guido van Rossum1996-12-291-0/+627
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-2721-21/+21
* Pass self as master to Entry() widget constructor.Guido van Rossum1996-11-271-1/+1
* update -- Undo is now entry 1Guido van Rossum1996-08-211-2/+3
* Updated for Python 1.4Guido van Rossum1996-07-3043-968/+738
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
* Fix typos (need to use tag_bind, not bind).Guido van Rossum1996-05-241-3/+2
* Removed broken tst.pyGuido van Rossum1996-04-261-80/+0
* Renamed module tkinter to _tkinterJack Jansen1995-10-233-5/+6
* idraw on top of an imageGuido van Rossum1995-10-111-0/+23
* fix for 4.0Guido van Rossum1995-10-081-2/+2
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
* Initial revisionGuido van Rossum1995-09-071-0/+13
* added hello worldGuido van Rossum1995-04-101-0/+17
* remove ref to howard subdirectoryGuido van Rossum1995-04-101-1/+0
* new example that Matt posted to comp.lang.pythonGuido van Rossum1995-02-131-0/+118
* demonstrate shell in a Tk windowGuido van Rossum1995-01-101-0/+164
* menu-simple.py: fixed lay-outGuido van Rossum1995-01-102-2/+45
* Improved explanation of what's hereGuido van Rossum1995-01-101-2/+12
* initial checkin of www Tk examplesGuido van Rossum1995-01-1018-0/+3046
* update pathnamesGuido van Rossum1994-10-117-8/+10
* moved my examples to subdir guidoGuido van Rossum1994-10-071-2/+1
* Matt's examplesGuido van Rossum1994-10-0733-0/+1876
* Added Matt's examplesGuido van Rossum1994-10-071-0/+3
* Micro portability changesGuido van Rossum1994-10-062-1/+4
* Tree displaying classGuido van Rossum1994-08-081-0/+23
* AttrDialog.py: some structural changesGuido van Rossum1994-08-032-29/+45
* Made refile work -- basically set exportselection to 0 for list ofGuido van Rossum1994-07-131-8/+5
* Added comment about need of OO styleGuido van Rossum1994-07-131-0/+2
* Change remote operation -- display the widget tree in a listbox andGuido van Rossum1994-07-131-4/+22
* Initial revisionGuido van Rossum1994-07-131-0/+36
* Added names to demo widgets; added RemoteWidgetDialog.Guido van Rossum1994-07-121-9/+79
* Added names to all widgetsGuido van Rossum1994-07-121-12/+26
* correct typoGuido van Rossum1994-07-121-1/+1
* Complete redesign for more code sharing.Guido van Rossum1994-07-121-101/+177
* Use disabled state to enforce read-only state (bit painful since it meansGuido van Rossum1994-07-121-27/+19
* Initial revisionGuido van Rossum1994-07-121-0/+283
* Add menu to change directories -- also generalize acceptable names from *.nGuido van Rossum1994-07-111-16/+40
* 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
* Rewritten somewhat again, distinguished between internal and externalGuido van Rossum1994-07-081-24/+67
* 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