cpython/Lib/lib-tk
Fred Drake 6b04ffe9e5 Be more careful about accessing attributes of the parent: if Tk has not been
initialized, this will be None, but the functions will still work (there will
simply be a bogus parent on the screen).  Allowing the parent to be None
is useful when testing the functions from an interactive interpreter.

Add an optional keyword paramter "show" to the _QueryString class; when given
it is used to set the -show option to the entry widget.  This allows passing
show="*" or the like to askstring(), making it useful for requesting
passwords/passphrases from the user.
This closes SF bug #438517.

Changed a docstring to be less font-lock-hostile.
2001-12-06 16:51:41 +00:00
..
Canvas.py The lower() and tkraise() methods were calling the Canvas widget 2001-04-10 21:13:06 +00:00
Dialog.py
FileDialog.py
FixTk.py Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY et 2001-10-12 15:34:29 +00:00
ScrolledText.py
SimpleDialog.py
Tix.py Properly set static options for tixBalloon and tixResizeHandle. 2001-11-25 14:50:56 +00:00
Tkconstants.py
Tkdnd.py
Tkinter.py Move grid_location into Misc. Fixes bug #426892. 2001-10-13 09:33:51 +00:00
tkColorChooser.py
tkCommonDialog.py
tkFileDialog.py Merge directory chooser into tkFileDialog. 2001-11-08 17:51:33 +00:00
tkFont.py
tkMessageBox.py
tkSimpleDialog.py Be more careful about accessing attributes of the parent: if Tk has not been 2001-12-06 16:51:41 +00:00
turtle.py Applied SF patch #438424 by Josh Cogliati: 2001-08-09 16:42:07 +00:00