adjust racket/snip docs
This commit is contained in:
parent
bf53fd5c38
commit
43b96fe47c
|
@ -2,13 +2,16 @@
|
||||||
@(require "common.ss"
|
@(require "common.ss"
|
||||||
"diagrams.ss")
|
"diagrams.ss")
|
||||||
|
|
||||||
@title[#:style '(toc quiet)]{Snip Classes}
|
@title[#:style '(toc quiet)]{Snip and Style Classes}
|
||||||
|
|
||||||
@;@defmodule*/no-declare[(racket/snip)]
|
@declare-exporting[racket/snip racket/gui/base racket/gui]
|
||||||
|
@defmodule*/no-declare[(racket/snip)]
|
||||||
|
|
||||||
The @racketmodname[racket/snip] collection provides access to the
|
The @racketmodname[racket/snip] collection provides the core
|
||||||
@tech{snip} classes @emph{without} depending on
|
@tech{snip} and @tech{style} classes @emph{without} depending on
|
||||||
@racketmodname[racket/gui].
|
@racketmodname[racket/gui/base]. This separation enables
|
||||||
|
libraries that can cooperate with an editor while also working in
|
||||||
|
contexts that do not have a GUI.
|
||||||
|
|
||||||
Snips and Administrators:
|
Snips and Administrators:
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,7 @@
|
||||||
|
|
||||||
@defmodule[wxme]{The @racketmodname[wxme] library provides tools for
|
@defmodule[wxme]{The @racketmodname[wxme] library provides tools for
|
||||||
reading @tech{WXME} @racket[editor<%>]-format files (see
|
reading @tech{WXME} @racket[editor<%>]-format files (see
|
||||||
@secref["editorfileformat"]) without the @racket[racket/gui] library
|
@secref["editorfileformat"]) without the @racket[racket/gui] library.}
|
||||||
(i.e., using @exec{racket} instead of @exec{gracket}).}
|
|
||||||
|
|
||||||
|
|
||||||
@defproc[(is-wxme-stream? [in input-port?]) boolean?]{
|
@defproc[(is-wxme-stream? [in input-port?]) boolean?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user