original commit: 7e8123f8c8d3c5daf9701d098f912cef8429e013
This commit is contained in:
Robby Findler 2000-10-02 20:48:29 +00:00
parent bc74208c10
commit e1599a4069
2 changed files with 7 additions and 1 deletions

View File

@ -229,6 +229,8 @@
canonicalize-keybinding-string
add-to-right-button-menu
setup-global
setup-search
setup-file
@ -315,4 +317,4 @@
(define-signature framework^
([unit test : framework:test^]
(open frameworkc^)))
(open frameworkc^)))

View File

@ -182,6 +182,8 @@
(for-each (lambda (key) (send keymap map-function key func))
(make-meta-prefix-list key))))
(define add-to-right-button-menu (make-parameter void))
(define setup-global
; Define some useful keyboard functions
(let* ([ring-bell
@ -201,6 +203,8 @@
(send i set-shortcut #f)))
(send m get-items))
((add-to-right-button-menu) m edit event)
(let-values ([(x y) (send edit
dc-location-to-editor-location
(send event get-x)