Export using framework naming conventions.
This commit is contained in:
parent
52e94b1c9e
commit
c83a1cbd4d
|
@ -3,11 +3,12 @@
|
|||
(require racket/class
|
||||
racket/gui/base
|
||||
"private/notify.rkt")
|
||||
(provide (all-from-out "private/notify.rkt")
|
||||
menu-option/notify-box
|
||||
menu-group/notify-box
|
||||
check-box/notify-box
|
||||
choice/notify-box)
|
||||
(provide (prefix-out notify:
|
||||
(all-from-out "private/notify.rkt")
|
||||
menu-option/notify-box
|
||||
menu-group/notify-box
|
||||
check-box/notify-box
|
||||
choice/notify-box))
|
||||
|
||||
;; GUI elements tied to notify-boxes
|
||||
;; See private/notify.rkt for the non-gui parts of notify-boxes.
|
||||
|
|
Loading…
Reference in New Issue
Block a user