scribble and doc improvements
svn: r10896 original commit: a97b4bff8a6eb38353f64606c4a42f2150b39e2a
This commit is contained in:
parent
39ff7c3f99
commit
9852b74200
|
@ -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].
|
||||
|
|
|
@ -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))
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user