edit-menu:copy-callback in frame:standard-menus<%>
This method is called when the copy menu-item of the edit-menu menu is selected.
(-> voidsenda-frame:standard-menusedit-menu:copy-callbackitemevt)
item: (instance (derived-frommenu-item%))
evt: (instancecontrol-event%)Defaultly bound to:
(λ (menu evt) (let ((edit (get-edit-target-object))) (when (and edit (
is-a?edit editor<%>)) (send edit do-edit-operation 'copy))) #t)