]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk)
authorGuido van Rossum <guido@python.org>
Mon, 27 Jun 1994 07:55:12 +0000 (07:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Jun 1994 07:55:12 +0000 (07:55 +0000)
commitaec5dc9f67301aa0ebb975ddf6a29279c374c972
tree86d4cae78d7c5b0ea596d6afb1b783a48116c0a1
parentc2fb7e65de0d57a8b8d2d118fa02f7cb8140e54f
Sun Jun 26 02:19:01 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* README: Doc fix.

* Dialog.py: tk_dialog wrapper widget.

* Tkinter.py: (Widget) Code moved from __init__ to _setup.

Sat Jun 25 00:27:24 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* Tkinter.py (Misc): selection_own and selection_own_get methods.
(Misc.winfo_toplevel): Return widget.

* kill.py: New demo.

* Tkinter.py: tk_menuBar method moved from Menu class to
Misc class.
(Scrollbar.get): Bug fix; self._getints not self.tk.getints.

Fri Jun 24 17:42:16 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* Tkinter.py
(Variable, StringVar, IntVar, BooleanVar): New classes.

* mklibapp: New shell script.

* Setup.in: moreButtons Tk extension support.

* tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.

* appinit.c (Tcl_AppInit): New file and function.

* Tkinter.py:
(Button): Dummy args in tk_* methods.
(Studbutton, Tributton): New widget by <tnb2d@cs.virginia.edu>;
morebuttons extension.

Thu Jun 23 22:22:43 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* tkintermodule.c (FileHandler): Make arg a tuple; bug found
by <tnb2d@cs.virginia.edu>.  Call the Python file handler
function with (file, mask) argument.  Fix a few of my refcnt bugs.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py