original commit: adde44e649502aed786a93471fe99dd1d0a75fe1
This commit is contained in:
Matthew Flatt 1999-08-04 02:47:58 +00:00
parent 397723859d
commit ec635069de

View File

@ -419,6 +419,7 @@ top-level-window<%> : area-container-window<%>
get-edit-target-window - the window to last have the focus (or #f)
get-focus-object - the window/editor with the curent focus (or #f)
get-edit-target-object - the window/editor to last have the focus (or #f)
on-traverse-char on-system-menu-char
center move resize
frame% : top-level-window<%>
@ -428,10 +429,11 @@ frame% : top-level-window<%>
create-status-line set-status-text has-status-line?
get-menu-bar
iconize is-iconized? set-icon maximize
on-menu-char
dialog% : top-level-window<%>
<= label [parent #f] [width #f] [height #f] [x #f] [y #f] [style null]
styles: 'no-caption
styles: 'no-caption 'resize-border
control<%> : subwindow<%>
command - just invokes the callback; no longer changes the control value
@ -702,7 +704,7 @@ add-editor-keymap-functions
add-text-keymap-functions
add-pasteboard-keymap-functions
install-standard-text-bindings
current-text-keymap-initializer
editor-set-x-selection-mode