Guido van Rossum
|
db46c0e4f8
|
Fix window.setfont() to call drawing_setfont internally.
|
1991-04-04 17:26:32 +00:00 |
|
Guido van Rossum
|
50429a1d2c
|
More flexible font setting (mainly for the Mac).
|
1991-04-04 15:24:07 +00:00 |
|
Guido van Rossum
|
0c2290bd53
|
Added font, color and default scroll bars interfaces.
|
1991-04-03 19:12:14 +00:00 |
|
Guido van Rossum
|
bf109736d9
|
Return value of drawing_generic was ignored! Foo!
|
1991-03-06 13:14:12 +00:00 |
|
Guido van Rossum
|
f70e43a073
|
Added copyright notice.
|
1991-02-19 12:39:46 +00:00 |
|
Guido van Rossum
|
2d14e21382
|
Call winit() here instead of in main initialization.
|
1991-02-19 12:26:49 +00:00 |
|
Guido van Rossum
|
33f1770ed8
|
Add getdefwinpos, getdefwinsize;
and improve mouse clipping for textedit blocks.
|
1991-02-13 23:19:39 +00:00 |
|
Guido van Rossum
|
e8e7cf49c5
|
Added pollevent(); returns None if no event available.
Don't throw away key events with no window.
|
1991-01-16 14:06:18 +00:00 |
|
Guido van Rossum
|
3f5da24ea3
|
"Compiling" version
|
1990-12-20 15:06:42 +00:00 |
|
Guido van Rossum
|
124967ca8c
|
Turn close commands into WE_CLOSE events.
Remove (broken) compatibility hacks from cutbuffer interface.
|
1990-11-06 15:17:35 +00:00 |
|
Guido van Rossum
|
5b10f454f7
|
Added w.setwincursor(), selection, and new cut buffer interface.
|
1990-10-30 16:01:48 +00:00 |
|
Guido van Rossum
|
01769f083f
|
Change set/getcutbuffer to use the new stdwin interface.
This makes it possible to cut/paste strings wuth embedded null bytes.
|
1990-10-30 13:39:00 +00:00 |
|
Guido van Rossum
|
85a5fbbdfe
|
Initial revision
|
1990-10-14 12:07:46 +00:00 |
|