unstable/gui/notify: added partial docs
svn: r16782 original commit: 92aa2fc780ce30c607090678d4ea1868761d82bc
This commit is contained in:
parent
259cd8ae64
commit
0aaf1e3a12
|
@ -25,6 +25,11 @@
|
||||||
unstable/gui/notify)
|
unstable/gui/notify)
|
||||||
(provide macro-stepper-frame-mixin)
|
(provide macro-stepper-frame-mixin)
|
||||||
|
|
||||||
|
(define-syntax override/return-false
|
||||||
|
(syntax-rules ()
|
||||||
|
[(override/return-false m ...)
|
||||||
|
(begin (define/override (m) #f) ...)]))
|
||||||
|
|
||||||
(define (macro-stepper-frame-mixin base-frame%)
|
(define (macro-stepper-frame-mixin base-frame%)
|
||||||
(class* base-frame% (stepper-frame<%>)
|
(class* base-frame% (stepper-frame<%>)
|
||||||
(init-field config)
|
(init-field config)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user