forgot to add new sig file with unit clean-up
svn: r5162
This commit is contained in:
parent
5d60ef12e1
commit
9dab47f689
57
collects/browser/private/sig.ss
Normal file
57
collects/browser/private/sig.ss
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
(module sig mzscheme
|
||||||
|
(require (lib "unit.ss"))
|
||||||
|
|
||||||
|
(provide relative-btree^
|
||||||
|
bullet-export^
|
||||||
|
hyper^
|
||||||
|
html-export^
|
||||||
|
html^)
|
||||||
|
|
||||||
|
(define-signature html-export^
|
||||||
|
(html-img-ok
|
||||||
|
html-eval-ok
|
||||||
|
image-map-snip%))
|
||||||
|
|
||||||
|
(define-signature html^ extends html-export^
|
||||||
|
(html-convert
|
||||||
|
html-status-handler))
|
||||||
|
|
||||||
|
(define-signature bullet-export^
|
||||||
|
(bullet-size))
|
||||||
|
|
||||||
|
(define-signature hyper^
|
||||||
|
(open-url
|
||||||
|
(struct exn:file-saved-instead (pathname))
|
||||||
|
(struct exn:cancelled ())
|
||||||
|
|
||||||
|
hyper-text<%>
|
||||||
|
hyper-text-mixin
|
||||||
|
hyper-text%
|
||||||
|
|
||||||
|
hyper-canvas-mixin
|
||||||
|
hyper-canvas%
|
||||||
|
|
||||||
|
hyper-panel<%>
|
||||||
|
hyper-panel-mixin
|
||||||
|
hyper-panel%
|
||||||
|
|
||||||
|
hyper-frame<%>
|
||||||
|
hyper-frame-mixin
|
||||||
|
hyper-frame%
|
||||||
|
|
||||||
|
hyper-no-show-frame-mixin
|
||||||
|
hyper-no-show-frame%
|
||||||
|
|
||||||
|
editor->page
|
||||||
|
page->editor))
|
||||||
|
|
||||||
|
(define-signature relative-btree^
|
||||||
|
(make-btree
|
||||||
|
|
||||||
|
btree-get
|
||||||
|
btree-put!
|
||||||
|
|
||||||
|
btree-shift!
|
||||||
|
|
||||||
|
btree-for-each
|
||||||
|
btree-map)))
|
Loading…
Reference in New Issue
Block a user