docs bug
This commit is contained in:
parent
823e24e51a
commit
96e6d8338e
|
@ -12,11 +12,11 @@
|
||||||
[(_ spec ...)
|
[(_ spec ...)
|
||||||
#`(begin
|
#`(begin
|
||||||
@definterface[mode:surrogate-text<%> ()]{
|
@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
|
Called by @method[mode:host-text<%> set-surrogate] to notify the
|
||||||
surrogate that it has just become active.
|
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
|
Called by @method[mode:host-text<%> set-surrogate] to notify the
|
||||||
surrogate that it has just been disabled.
|
surrogate that it has just been disabled.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user