docs bug
original commit: 96e6d8338e7c61da08e3d069a3432dc9ab11461f
This commit is contained in:
parent
0bd8d6f5a4
commit
147be7813a
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user