summaryrefslogtreecommitdiffstats
path: root/Doc/lib/tkinter.tex
Commit message (Collapse)AuthorAgeFilesLines
* Add version changed/added to docNeal Norwitz2004-02-281-0/+2
|
* Implementation of patch 869468David Ascher2004-02-181-1/+12
| | | | | | | | | | | | | | | Allow the user to create Tkinter.Tcl objects which are just like Tkinter.Tk objects except that they do not initialize Tk. This is useful in circumstances where the script is being run on machines that do not have an X server running -- in those cases, Tk initialization fails, even if no window is ever created. Includes documentation change and tests. Tested on Linux, Solaris and Windows. Reviewed by Martin von Loewis.
* Update URL.Fred Drake2003-07-281-1/+1
|
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
|
* Remove unused line numbers from example code.Fred Drake2003-05-201-28/+27
| | | | Line numbering of examples is not used elsewhere.
* Whoops, fix the typo correctly this timeNeal Norwitz2002-11-051-2/+2
|
* Fix minor typosNeal Norwitz2002-11-051-2/+2
|
* Document that images go away when they go away. Fixes #632323.Martin v. Löwis2002-11-051-0/+18
|
* Fix SF #632864, Typo string instead of sting in LibDoc. Will backport.Neal Norwitz2002-11-031-1/+1
|
* Fix tildes in URLs. Closes SF bug #614821.Fred Drake2002-10-121-3/+4
|
* Clarify who maintains Tkinter and who maintains Tk.Fred Drake2002-09-101-3/+4
|
* Fix typo reported by Kent Engström, and a bunch of broken markup.Fred Drake2002-07-081-11/+11
|
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
|
* Fix indentation error in example from the Tkinter Life Preserver.Fred Drake2002-01-051-1/+1
| | | | This closes SF bug #499505.
* Minor adjustments.Fred Drake2001-12-131-7/+10
|
* Added documentation on the ScrolledText module.Fred Drake2001-12-031-0/+37
|
* Clean up some material that is not part of the standard documentation.Fred Drake2001-12-031-43/+7
| | | | This closes SF bug #487308.
* Add description of tkCommonDialog.Fred Drake2001-11-301-0/+1
|
* Change the chapter title to reflect the Tk affinity.Fred Drake2001-11-301-5/+5
| | | | | Use the new seealso* environment in the section pointing out other GUI toolkits.
* More information about Tix support, contributed by Mike Clarkson.Fred Drake2001-11-291-0/+101
|
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Clean up some markup a little bit more. Make this work with the PDF format,Fred Drake2001-11-161-43/+56
| | | | | which is a little more strict than the other formats on some things (fixable, but not tonight).
* Switched a couple of sections around.Fred Drake2001-11-161-245/+279
| | | | | Cleaned up some markup nits. Add a few more of the Tk-related modules to the list of modules.
* Tkinter chapter, contributed by Mike Clarkson. Based in part on the "TkinterFred Drake2001-11-151-0/+1674
Life Preserver" by Matt Conway.