original commit: cc04e27671c99cecdd6a55b681d0eaff859f549c
This commit is contained in:
Matthew Flatt 1998-09-15 13:02:50 +00:00
parent 0f6b235b98
commit a983c471a5

View File

@ -263,7 +263,8 @@ subarea<%> : area<%>
horiz-margin vert-margin
window<%> : area<%>
focus on-focus - on-focus replaces on-set-focus and on-kill-focus
focus has-focus? - focus replaces set-focus
on-focus - on-focus replaces on-set-focus and on-kill-focus
enable is-enabled?
on-size
on-subwindow-char on-subwindow-event - formerly pre-on-...
@ -997,6 +998,9 @@ clipboard% changed to clipboard<%> and font-name-directory% changed to
font-name-directory<%>; there is just once instance, the-clipboard
and the-font-name-directory
the-color-database only has a find-color method; the others were
removed.
-----------------------------
TODO: Miscellaneous Cleanup
-----------------------------