original commit: 5527637173c76adfd1ff3849bfaee35a8d330464
This commit is contained in:
Robby Findler 2000-06-05 21:37:14 +00:00
parent 6cd1f2d48a
commit aecb4d0a9c
2 changed files with 6 additions and 5 deletions

View File

@ -25,12 +25,13 @@
single-window<%>
single-window-mixin
multi-view-mixin
multi-view<%>
;multi-view-mixin
;multi-view<%>
single%
single-pane%
multi-view%))
;multi-view%
))
(define-signature framework:exn^
((struct exn ())

View File

@ -15,8 +15,8 @@
get-map-function-table
get-map-function-table/ht))
(define (aug-keymap-mixin super%)
(class* super% (aug-keymap<%>) args
(define aug-keymap-mixin
(mixin ((class->interface keymap%)) (aug-keymap<%>) args
(private
[chained-keymaps null])
(public