summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Allow binding a Tcl command (given as a string) as well as a PythonGuido van Rossum1998-06-251-3/+3
* Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.Guido van Rossum1998-06-191-1/+1
* Different trick to get the _test() window to pop up.Guido van Rossum1998-06-191-1/+5
* getint() now raises ValueError, not TclError, on errors.Guido van Rossum1998-06-091-2/+2
* Get rid of nearly all clals to self._do -- turns out self.tk.call canGuido van Rossum1998-05-191-38/+48
* When a file name is selected ("OK" button, <Return> in the filename entry),Fred Drake1998-05-061-1/+5
* Change the names of all methods in the Wm class: they are nowGuido van Rossum1998-05-011-27/+56
* Another optimization, probably of negligeable effect: instead ofGuido van Rossum1998-04-301-82/+78
* In _bind(), found a way to test for break without a temp variable.Guido van Rossum1998-04-291-5/+5
* Save a tiny bit of time: self.tk.call takes a tuple argument so it'sGuido van Rossum1998-04-291-70/+62
* Import MacOS at the top instead of insize Tk.__init__() -- the latterGuido van Rossum1998-04-291-10/+7
* When setting the event structure fields, don't die when the widgetGuido van Rossum1998-04-271-1/+4
* Add image_types() and image_names() as methods to Misc class.Guido van Rossum1998-04-101-0/+8
* Another easter present.Guido van Rossum1998-04-101-0/+321
* Restructured the event_* calls slightly -- there's really no need toGuido van Rossum1998-04-061-14/+11
* Return the name of the Tcl command defined by _bind(). This canGuido van Rossum1998-03-271-5/+13
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-261-6/+0
* Give in to the tab police.Guido van Rossum1998-03-206-285/+295
* Typo: baseWidht -> baseWidth.Guido van Rossum1998-02-241-1/+1
* Fix bug in trace_vdelete(); should use master's delete command.Guido van Rossum1998-02-191-1/+2
* Add trace methods to class VariableGuido van Rossum1998-01-141-5/+15
* Two critical fixes to the changes that I made for Greg McFarlane --Guido van Rossum1997-12-301-3/+3
* Fixed several bugs reported by Greg McFarmane:Guido van Rossum1997-12-291-42/+31
* Do a better job of keeping the dialog visible when the master windowGuido van Rossum1997-12-281-0/+8
* Typo: Widht instead of Width...Guido van Rossum1997-12-271-1/+1
* Added SOLID definition.Guido van Rossum1997-12-161-0/+2
* PhotoImage.put(): Fixed -to handling, including backward compatibility hack.Fred Drake1997-12-161-1/+3
* Added tag_prevrange analogous to rag_nextrange.Guido van Rossum1997-12-151-0/+3
* Change _nametowidget to nametowidget -- it is a public interface.Guido van Rossum1997-12-121-1/+2
* Last minute fix to Text.window_cget(), which should properly Tcl-ifyGuido van Rossum1997-12-111-0/+4
* Fix problem detected by Greg McFarlane -- callbacks passed toGuido van Rossum1997-12-111-10/+16
* Fix the exclusion of "config" in the methods copied from Pack to alsoGuido van Rossum1997-12-051-1/+1
* Support for the "event" command, new in Tk 4.2.Guido van Rossum1997-12-021-0/+24
* bind_class should return a valueGuido van Rossum1997-11-221-1/+1
* Some restructuring.Guido van Rossum1997-11-071-111/+166
* Move Widget.config() c.s. to Misc class, so the Tk class also inherits them.Guido van Rossum1997-09-291-31/+30
* Add missing comma to make a tuple of (tagOrId).Guido van Rossum1997-08-181-1/+1
* Fred Lundh's latest versions.Guido van Rossum1997-08-143-11/+21
* Add dummies for create/delete filehandles, just so that vanilla GrailGuido van Rossum1997-08-141-0/+6
* New dialog from Fred LundhGuido van Rossum1997-08-121-0/+212
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-121-1/+5
* Get READABLE c.s. from _tkinter instead of conditional definition.Guido van Rossum1997-08-051-12/+6
* New dialog routines (Fred Lundh)Guido van Rossum1997-07-194-0/+361
* Use dictionary's update() method in _cnfmerge().Guido van Rossum1997-07-191-2/+6
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-271-1/+2
* Add root.tkraise() to the _test() program so the window doesn't hideGuido van Rossum1997-05-091-0/+1
* Misc.__init__(): Removed method, replaced with class attribute (whichFred Drake1997-05-031-4/+1
* Patch by Craig McPheeters to clean up the back-references to widgetsGuido van Rossum1997-04-141-2/+23
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-151-25/+10
* Gave the Listbox selection methods their correct (longer) names.Guido van Rossum1997-02-141-2/+4