Guido van Rossum
89a78697b8
* Got entirely rid of path.py.
...
* 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!
1992-12-14 12:57:56 +00:00
Guido van Rossum
bdfcfccbe5
New == syntax
1992-01-01 19:35:13 +00:00
Guido van Rossum
ce08448165
New class syntax.
1991-12-26 13:06:29 +00:00
Guido van Rossum
e825f15900
minsize->getminsize
...
Keyboard focus policy
more?
1991-08-16 13:22:23 +00:00
Guido van Rossum
aa1791765e
*** empty log message ***
1991-05-14 12:22:25 +00:00
Guido van Rossum
fb9149c401
Support delayed destroy. Use built-in remove.
...
Dispatch needn't check for win = self.win.
1991-04-21 19:28:44 +00:00
Guido van Rossum
117dbcb2fe
Added window list management functionality.
...
Automatically call self.destroy() if WE_CLOSE event dispatched.
Added keyboard, alternate drawing and getwindow interface.
Call child's realize method.
1991-04-07 13:37:05 +00:00
Guido van Rossum
52cea43097
Added _reset and destroy methods.
1991-01-23 13:43:16 +00:00
Guido van Rossum
fc8e0d980f
Compensate stdwin bug
1990-12-26 15:34:48 +00:00
Guido van Rossum
2e44967104
Initial revision
1990-11-05 19:44:36 +00:00