summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Expand)AuthorAgeFilesLines
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-111-0/+4
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-241-3/+0
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-231-1/+5
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-211-1/+1
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-211-5/+28
* (Tkinter.py): Improve application basename determination to make .py andFred Drake1996-10-061-1/+2
* (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().Fred Drake1996-10-041-2/+2
* (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updatedFred Drake1996-09-271-40/+86
* (Canvas.py): Added definition of CanvasItem.cget() as suggested byFred Drake1996-09-261-0/+1
* Implement lower by calling lower, not lift.Guido van Rossum1996-09-111-1/+1
* Bug fixes in index&icursor suggested by Nils Fischbeck.Guido van Rossum1996-09-111-5/+5
* simpler version of the previous fixGuido van Rossum1996-09-101-4/+2
* compatibility changes suggested by Jack,Guido van Rossum1996-09-101-2/+4
* Change to allow keyword args for Group,Guido van Rossum1996-09-061-5/+6
* Fixed Entry.select_from() to acually call the "select from" widgetGuido van Rossum1996-09-061-1/+1
* Added Menu.insert*() methods [Fred]Guido van Rossum1996-09-051-0/+13
* Add initial values to variables to avoid crash in __del__Guido van Rossum1996-09-051-0/+6
* Changes for Canvas by FredGuido van Rossum1996-08-222-43/+33
* Added a small test program.Guido van Rossum1996-08-211-0/+19
* stupid typo in latest fix ('Name' should be 'name')Guido van Rossum1996-08-081-1/+1
* Need to import * from typesGuido van Rossum1996-08-081-2/+1
* Add missing close parenthesis.Guido van Rossum1996-07-301-1/+1
* Change to use keyword args instead of dictsGuido van Rossum1996-07-301-10/+8
* Two independent changes:Guido van Rossum1996-07-301-2/+3
* Restore the capability to pass a class (usually Pack) as an option to widgetGuido van Rossum1996-07-211-4/+7
* Don't use tktools, dummy! Reworded test message slightly.Guido van Rossum1996-07-211-5/+31
* fix canvas bind commandsGuido van Rossum1996-07-212-2/+2
* get rid of temporary README about Tommy's effortsGuido van Rossum1996-06-171-27/+0
* new simple dialog module, incompatibleGuido van Rossum1996-06-171-0/+77
* made it work again with changed TkinterGuido van Rossum1996-05-281-5/+19
* Major overhaul:Guido van Rossum1996-05-281-48/+101
* don't export selectionGuido van Rossum1996-05-281-2/+2
* more changes copied from GrailGuido van Rossum1996-05-211-30/+49
* Made Place.info == Pack.infoGuido van Rossum1996-05-161-1/+10
* Yet another mini fix to pack/grid info.Guido van Rossum1996-05-161-2/+2
* Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke().Guido van Rossum1996-05-161-5/+25
* Resync with Grail's Tkinter.py.Guido van Rossum1996-05-161-195/+340
* add keyword args to CanvasItem class __init__Guido van Rossum1996-01-261-3/+3
* Disable pythons own eventhandling on the mac.Jack Jansen1995-11-101-0/+8
* Renamed module tkinter to _tkinterJack Jansen1995-10-231-9/+9
* add Listbox.activate()Guido van Rossum1995-10-111-0/+2
* added listbox selection modesGuido van Rossum1995-10-111-0/+6
* fix Menu.add_command etc.Guido van Rossum1995-10-091-10/+10
* better version sanity checks; get rid of Widget.unbind_class()Guido van Rossum1995-10-071-4/+18
* new after options; text.search; new image methodsGuido van Rossum1995-09-301-2/+37
* added getitem/setitem to Image class; changed call wrapping (again)Guido van Rossum1995-09-181-1/+7
* Initial revisionGuido van Rossum1995-09-071-0/+70
* move constants to Tkconstants; added some; overridable error reporting; fix t...Guido van Rossum1995-09-071-74/+26
* Filter button should set selection's directory, tooGuido van Rossum1995-09-011-1/+4
* added OptionMenu class (tk_optionMenu interface)Guido van Rossum1995-09-011-2/+10