fix the append-editor-font-menu-items and

append-editor-operation-menu-items docs

closes PR 12878
This commit is contained in:
Robby Findler 2012-07-02 18:59:02 -05:00
parent e8d9d4e9ca
commit 119d1ff9d3

View File

@ -93,7 +93,7 @@ See also
@defproc[(append-editor-font-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))]) @defproc[(append-editor-font-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))])
void?]{ void?]{
Appends menu items to a given menu (not a popup menu) to implement a Appends menu items to @racket[menu] to implement a
standard set of font-manipulation operations, such as changing the standard set of font-manipulation operations, such as changing the
font face or style. The callback for each menu item uses font face or style. The callback for each menu item uses
@xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of parents until a frame is @xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of parents until a frame is
@ -105,7 +105,7 @@ Appends menu items to a given menu (not a popup menu) to implement a
@defproc[(append-editor-operation-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))] @defproc[(append-editor-operation-menu-items [menu (or/c (is-a?/c menu%) (is-a?/c popup-menu%))]
[text-only? any/c #t]) [text-only? any/c #t])
void?]{ void?]{
Appends menu items to a given menu (not a popup menu) to implement the Appends menu items to @racket[menu] to implement the
standard editor operations, such as cut and paste. The callback for standard editor operations, such as cut and paste. The callback for
each menu item uses each menu item uses
@xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of parents until a frame is @xmethod[top-level-window<%> get-edit-target-object] (finding the frame by following a chain of parents until a frame is