fixed doc spec bug
svn: r3216
This commit is contained in:
parent
d6d7abc0ee
commit
b28e19eba3
|
@ -669,7 +669,8 @@
|
||||||
(opt-> ((is-a?/c menu%) (subclass?/c menu-item%))
|
(opt-> ((is-a?/c menu%) (subclass?/c menu-item%))
|
||||||
((-> (is-a?/c menu-item%) void?))
|
((-> (is-a?/c menu-item%) void?))
|
||||||
void?)
|
void?)
|
||||||
(menu menu-item% func)
|
((menu menu-item%)
|
||||||
|
((func void)))
|
||||||
"Inserts three menu items into \\var{menu},"
|
"Inserts three menu items into \\var{menu},"
|
||||||
"one that inserts a text box, one that inserts a"
|
"one that inserts a text box, one that inserts a"
|
||||||
"pasteboard box, and one that inserts an image"
|
"pasteboard box, and one that inserts an image"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user