original commit: f1d7b9ec3254af1d8ee9fceb1ca2963336629519
This commit is contained in:
Matthew Flatt 2004-09-08 13:28:59 +00:00
parent 89501ac5a4
commit ef5924acbf
3 changed files with 106 additions and 101 deletions

View File

@ -101,6 +101,7 @@
graphical-read-eval-print-loop
group-box-panel%
grow-box-spacer-pane%
hide-cursor-until-moved
horizontal-pane%
horizontal-panel%
tab-panel%

View File

@ -7967,6 +7967,8 @@
[(fn) (wx:file-creator-and-type fn)]
[(fn c t) (wx:file-creator-and-type fn c t)]))
(define (hide-cursor-until-moved) (wx:hide-cursor))
(provide button%
canvas%
check-box%
@ -8068,7 +8070,8 @@
make-namespace-with-mred
file-creator-and-type
current-ps-afm-file-paths
current-ps-cmap-file-paths)
current-ps-cmap-file-paths
hide-cursor-until-moved)
) ;; end of module

View File

@ -608,6 +608,7 @@
(define-function display-origin)
(define-function display-size)
(define-function bell)
(define-function hide-cursor)
(define-function end-busy-cursor)
(define-function is-busy?)
(define-function begin-busy-cursor)