edit-menu:create-paste? in frame:standard-menus<%>
The result of this method determines if the corresponding menu-item is created. Override this to control the creation of the menu-item.
( -> booleansend a-frame:standard-menus edit-menu:create-paste?)
defaultly returns (lambda (menu evt) (let ((edit (get-edit-target-object))) (when (and edit (is-a? edit editor<%>)) (send edit do-edit-operation (quote paste)))) #t)