fixed doc spec bug
svn: r3216 original commit: b28e19eba3311d2d3b8bca4d8f96505a08abfc87
This commit is contained in:
parent
16424e7a11
commit
5362604064
|
@ -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