Documented lang-slide/pictures.

This commit is contained in:
Georges Dupéron 2016-04-01 00:58:10 +02:00
parent ae39167eb1
commit 4a642c8004

View File

@ -1,5 +1,5 @@
#lang scribble/manual #lang scribble/manual
@require[@for-label[lang-slide @require[@for-label[lang-slide/pictures
racket/base] racket/base]
lang-slide/pictures lang-slide/pictures
;slideshow/pict ;slideshow/pict
@ -20,8 +20,20 @@ And here is the languages they use:
@section{Pictures} @section{Pictures}
@tt{main.rkt} provides several @racketmodname[pict]s, @racketmodname{lang-slide/pictures} provides several
with some options. @racketmodname[pict]s, with some options.
@defproc[(langs-pict [color? any]
[#:fit fit (-> pict? pict?)]
[#:picts p (listof pict-convertible?)])
pict?]{
}
@defproc[(langs-in-tree [color? boolean?])
pict?]{
}
@defproc[(langs-with-colors)
(listof pict?)]{
}
@section{Slides} @section{Slides}