edit-menu:select-all-callback in frame:standard-menus<%>
This method is called when the select-all menu-item of the edit-menu menu is selected.
(-> voidsenda-frame:standard-menusedit-menu:select-all-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 'select-all))) #t)