Guido van Rossum
|
17fca179bc
|
*** empty log message ***
|
1991-05-14 12:13:40 +00:00 |
Guido van Rossum
|
40b0f3aa0e
|
Use built-in file.read() instead of util.readfile().
|
1991-04-21 19:31:39 +00:00 |
Guido van Rossum
|
001fa6a20f
|
Don't sleep if msecs <= 0.
|
1991-04-21 19:31:10 +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
|
a82a27585a
|
Use text object's new settext() method.
|
1991-04-21 19:27:48 +00:00 |
Guido van Rossum
|
7912b008cf
|
Add destrpy() method.
|
1991-04-21 19:27:28 +00:00 |
Guido van Rossum
|
b8f5c093dc
|
Use built-in remove() method of lists instead of util.remove.
|
1991-04-21 19:26:45 +00:00 |
Guido van Rossum
|
2d844d1ddc
|
Initial revision
|
1991-04-07 13:41:50 +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
|
4f4794a9a0
|
Added alternate drawing, realize and getwindow interfaces
(why not keyboard?)
|
1991-04-07 13:36:09 +00:00 |
Guido van Rossum
|
aa57a9d733
|
Added keyboard, alternate drawing, realize and getwindow interfaces.
|
1991-04-07 13:33:39 +00:00 |
Guido van Rossum
|
efba63ba1c
|
Added dummy realize() method.
|
1991-04-07 13:32:19 +00:00 |
Guido van Rossum
|
cbe6b53e1b
|
New: getwindow() parent method and realize() child method.
|
1991-04-07 13:31:53 +00:00 |
Guido van Rossum
|
261cbb2165
|
Use readfile from util.py.
|
1991-02-19 13:02:13 +00:00 |
Guido van Rossum
|
52cea43097
|
Added _reset and destroy methods.
|
1991-01-23 13:43:16 +00:00 |
Guido van Rossum
|
52acae65d7
|
Added XXX remarks.
|
1991-01-23 13:41:53 +00:00 |
Guido van Rossum
|
7df0c16b61
|
Initial revision
|
1991-01-23 13:41:31 +00:00 |
Guido van Rossum
|
67c9b8cdad
|
Adapted to new cutbuffer interface.
|
1990-12-26 15:40:31 +00:00 |
Guido van Rossum
|
a4ddbd885e
|
Use stdwinevents instead of stdwinsupport.
|
1990-12-26 15:37:05 +00:00 |
Guido van Rossum
|
fc8e0d980f
|
Compensate stdwin bug
|
1990-12-26 15:34:48 +00:00 |
Guido van Rossum
|
ee11583f00
|
*** empty log message ***
|
1990-12-26 15:34:34 +00:00 |
Guido van Rossum
|
a1ec5fea86
|
Unimportant changes.
|
1990-12-26 15:33:35 +00:00 |
Guido van Rossum
|
debbe041e6
|
Comment changes.
|
1990-12-26 15:33:00 +00:00 |
Guido van Rossum
|
2e44967104
|
Initial revision
|
1990-11-05 19:44:36 +00:00 |
Guido van Rossum
|
0c89ec778d
|
*** empty log message ***
|
1990-11-05 19:44:31 +00:00 |
Guido van Rossum
|
be5ea23374
|
Added new event types and selection types.
|
1990-10-31 11:26:01 +00:00 |
Guido van Rossum
|
36ddc9e318
|
Initial revision
|
1990-10-31 11:24:22 +00:00 |
Guido van Rossum
|
6acc1b539a
|
Changed resizing functionality.
|
1990-10-31 11:21:56 +00:00 |
Guido van Rossum
|
e15607f3f9
|
removed resizing functionality.
|
1990-10-31 11:17:34 +00:00 |
Guido van Rossum
|
fc9af02697
|
Separated out resizing functionality.
|
1990-10-31 11:16:43 +00:00 |
Guido van Rossum
|
67d3d1348b
|
Removed reference to minmax.
|
1990-10-26 14:49:24 +00:00 |
Guido van Rossum
|
c93fdeb43d
|
Re3moved reference to minmax.
|
1990-10-26 14:49:08 +00:00 |
Guido van Rossum
|
124eb94270
|
Fix bug in rect.intersect(): empty rects beyond the first were
ignored instead of making the outcome empty...
|
1990-10-26 13:44:32 +00:00 |
Guido van Rossum
|
e1f069ec98
|
Initial revision
|
1990-10-25 18:51:42 +00:00 |
Guido van Rossum
|
4de12876a9
|
Generalized.
|
1990-10-25 18:50:59 +00:00 |
Guido van Rossum
|
ceae528b9f
|
Generalizations.
|
1990-10-25 18:50:27 +00:00 |
Guido van Rossum
|
336f2816cd
|
Initial revision
|
1990-10-24 16:39:18 +00:00 |
Guido van Rossum
|
2dbf39cbc6
|
Set 'parent' field of new created subwindows so wdiff can implement
'close subwindows' command.
|
1990-10-21 16:15:58 +00:00 |
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |