summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/WindowParent.py
Commit message (Collapse)AuthorAgeFilesLines
* These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin.Guido van Rossum1997-09-091-189/+0
|
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-2/+2
| | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-4/+4
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* New == syntaxGuido van Rossum1992-01-011-8/+8
|
* New class syntax.Guido van Rossum1991-12-261-1/+1
|
* minsize->getminsizeGuido van Rossum1991-08-161-31/+51
| | | | | Keyboard focus policy more?
* *** empty log message ***Guido van Rossum1991-05-141-7/+11
|
* Support delayed destroy. Use built-in remove.Guido van Rossum1991-04-211-8/+15
| | | | Dispatch needn't check for win = self.win.
* Added window list management functionality.Guido van Rossum1991-04-071-6/+63
| | | | | | Automatically call self.destroy() if WE_CLOSE event dispatched. Added keyboard, alternate drawing and getwindow interface. Call child's realize method.
* Added _reset and destroy methods.Guido van Rossum1991-01-231-3/+10
|
* Compensate stdwin bugGuido van Rossum1990-12-261-1/+3
|
* Initial revisionGuido van Rossum1990-11-051-0/+92