add docs for codeblock->pict
This commit is contained in:
parent
e8d0ea30b0
commit
71b7f60b29
|
@ -13,3 +13,4 @@
|
||||||
@include-section["gui/slideshow.scrbl"]
|
@include-section["gui/slideshow.scrbl"]
|
||||||
@include-section["gui/pslide.scrbl"]
|
@include-section["gui/pslide.scrbl"]
|
||||||
@include-section["gui/snip.scrbl"]
|
@include-section["gui/snip.scrbl"]
|
||||||
|
@include-section["gui/scribble.scrbl"]
|
||||||
|
|
15
collects/unstable/scribblings/gui/scribble.scrbl
Normal file
15
collects/unstable/scribblings/gui/scribble.scrbl
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#lang scribble/manual
|
||||||
|
@(require "../utils.rkt"
|
||||||
|
(for-label slideshow
|
||||||
|
unstable/contract
|
||||||
|
unstable/gui/scribble))
|
||||||
|
|
||||||
|
@title{Scribble Utilities}
|
||||||
|
@unstable[@author+email["Jon Rafkind" "rafkind@racket-lang.org"]]
|
||||||
|
|
||||||
|
@defmodule[unstable/gui/scribble]
|
||||||
|
|
||||||
|
@defproc[(codeblock->pict [block block?]) pict?]{
|
||||||
|
|
||||||
|
Converts a scribble block element into a pict.
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user