• Guido van Rossum's avatar
    Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk) · aec5dc9f
    Guido van Rossum yazdı
    	* 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.
    aec5dc9f
Tkinter.py 33.6 KB