1. 12 Jul, 1994 5 commits
  2. 11 Jul, 1994 2 commits
  3. 08 Jul, 1994 6 commits
  4. 07 Jul, 1994 2 commits
  5. 06 Jul, 1994 10 commits
  6. 04 Jul, 1994 3 commits
  7. 01 Jul, 1994 2 commits
  8. 29 Jun, 1994 1 commit
  9. 28 Jun, 1994 2 commits
  10. 27 Jun, 1994 7 commits
    • Guido van Rossum's avatar
      wait_{variable,window,visibility} · 3fd090bb
      Guido van Rossum authored
      register = _register
      3fd090bb
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      Initial revision · b052dc53
      Guido van Rossum authored
      b052dc53
    • Guido van Rossum's avatar
      * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. · d87f6bec
      Guido van Rossum authored
      	* 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.
      d87f6bec
    • Guido van Rossum's avatar
      Redo these changes: · a0633579
      Guido van Rossum authored
      	(Menu.index): return int or None, not string
      	(Widget.__getitem__): use splitlist, not split
      a0633579
    • Guido van Rossum's avatar
      Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk) · 3de8af54
      Guido van Rossum authored
      	* 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.
      3de8af54