original commit: 96e6d8338e7c61da08e3d069a3432dc9ab11461f
This commit is contained in:
Robby Findler 2014-02-24 08:26:40 -06:00
parent 0bd8d6f5a4
commit 147be7813a

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.
}