scribble and doc improvements

svn: r10896

original commit: a97b4bff8a6eb38353f64606c4a42f2150b39e2a
This commit is contained in:
Matthew Flatt 2008-07-24 11:32:16 +00:00
parent 39ff7c3f99
commit 9852b74200
3 changed files with 12 additions and 4 deletions

View File

@ -1030,7 +1030,7 @@
}
@defmixin[frame:searchable-text-mixin (frame:text<%> frame:searchable<%>) (frame:searchable-text<%>)]{
@defmethod*[#:mode override (((get-text-to-search) (instanceof text%)))]{
@defmethod*[#:mode override-final (((get-text-to-search) (instanceof text%)))]{
Returns the result of
@method[frame:editor<%> get-editor].

View File

@ -250,9 +250,9 @@ If the event does not correspond to a complete shortcut combination,
Returns the result of
@schemeblock[
(or (send this (:: frame% on-menu-char) event)
(send this (:: top-level-window<%> on-system-menu-char) event)
(send this (:: top-level-window<%> on-traverse-char) event))
(or (send this #, @method[frame% on-menu-char] event)
(send this #, @method[top-level-window<%> on-system-menu-char] event)
(send this #, @method[top-level-window<%> on-traverse-char] event))
]
}

View File

@ -1,3 +1,11 @@
Version 4.1
Added auto-resize init argument and method to message%
Added scroll-editor-to method to editor<%>
Added on-reflow method to text%
----------------------------------------------------------------------
Version 4.0, June 2008
Mac OS X and Windows: adjusted window refresh to draw only