doc improvements

svn: r9566

original commit: 7d6bf0371e13f638221febd602faeec2746da7e6
This commit is contained in:
Matthew Flatt 2008-05-01 17:15:03 +00:00
parent 02c6d6f3e9
commit 5cfcbb3fde

View File

@ -20,7 +20,7 @@ A @scheme[checkable-menu-item%] is a string-labelled menu item that
[checked any/c #f] [checked any/c #f]
[shortcut-prefix (listof (one-of/c 'alt 'cmd 'meta 'ctl [shortcut-prefix (listof (one-of/c 'alt 'cmd 'meta 'ctl
'shift 'option)) 'shift 'option))
(get-default-shortcut-prefix)])] { (get-default-shortcut-prefix)])]{
Creates a new menu item in @scheme[parent]. The item is initially Creates a new menu item in @scheme[parent]. The item is initially
shown, appended to the end of its parent, and unchecked. The shown, appended to the end of its parent, and unchecked. The
@ -62,7 +62,7 @@ Checks or unchecks the menu item.
@defmethod[(is-checked?) @defmethod[(is-checked?)
boolean?]{ boolean?]{
Returns @scheme[#t] if the item is checked, {\#f} otherwise. Returns @scheme[#t] if the item is checked, @scheme[#f] otherwise.
}} }}