svn: r6003

original commit: a45251d27211d633dc1834a92bc44bddeb983316
This commit is contained in:
Matthew Flatt 2007-04-20 01:16:15 +00:00
parent 436b0e7c3c
commit 1c76d8022e
2 changed files with 9 additions and 3 deletions

View File

@ -107,7 +107,7 @@
af
(entry-point
(lambda () (when (send af accept-drag?)
(send af on-drop-file f))))))))))
(send af on-drop-file f))))))))))
(define (install-defh)
(wx:application-file-handler (make-app-handler

View File

@ -1,8 +1,14 @@
Version 369.10
Improved the disabled appearance of some controls under Mac OS X
Version 369.9
Added use-background-style and background-style-used? methods
Added use-style-background and style-background-used? methods
to editor-snip%; changes the editor-snip WXME format
Version 369.6
WXME file format changed to include a #reader() prefix
@ -1229,7 +1235,7 @@ wx:the-snip-class-list was replaced by (wx:get-the-snip-class-list)
wx:the-buffer-data-class-list was replaced by (wx:get-the-buffer-data-class-list)
Added transparent text backing for editor text
Added wx:dc% try-colour method
wx:window% capture-mode, release-mouse, and make-modal no longer supported
wx:window% capture-mouse, release-mouse, and make-modal no longer supported
Modal dialogs can be used instead of make-modal (modal is
specified through the constructor). There is currently no
replacement for capture-mouse and release-mouse, but a replacement is