This commit is contained in:
Robby Findler 2014-02-24 08:26:40 -06:00
parent 823e24e51a
commit 96e6d8338e

View File

@ -12,11 +12,11 @@
[(_ spec ...)
#`(begin
@definterface[mode:surrogate-text<%> ()]{
@defmethod[(on-enable-surrogate) any]{
@defmethod[(on-enable-surrogate [txt (is-a?/c text%)]) any]{
Called by @method[mode:host-text<%> set-surrogate] to notify the
surrogate that it has just become active.
}
@defmethod[(on-disable-surrogate) any]{
@defmethod[(on-disable-surrogate [txt (is-a?/c text%)]) any]{
Called by @method[mode:host-text<%> set-surrogate] to notify the
surrogate that it has just been disabled.
}