original commit: 0298e3d6810feb896217f19bf1242c151464ef24
This commit is contained in:
Matthew Flatt 1999-04-21 16:54:48 +00:00
parent db5b82c1f7
commit 339619772b

View File

@ -1690,6 +1690,10 @@
(sequence
(apply super-init (or edit (make-object text%)) args))))
(wx:set-editor-snip-maker (lambda args (apply make-object editor-snip% args)))
(wx:set-text-editor-maker (lambda () (make-object text%)))
(wx:set-pasteboard-editor-maker (lambda () (make-object pasteboard%)))
;--------------------- wx Panel Classes -------------------------
(define wx:windowless-panel%