exported and documented label-string?
svn: r18335
This commit is contained in:
parent
dcb01829a0
commit
f39e8ebe0c
|
@ -40,7 +40,8 @@
|
|||
"private/repl.ss"
|
||||
"private/afm.ss"
|
||||
"private/helper.ss"
|
||||
"private/dynamic.ss")
|
||||
"private/dynamic.ss"
|
||||
"private/check.ss")
|
||||
|
||||
;; Initialize AFM/PS:
|
||||
(wx:set-ps-procs
|
||||
|
@ -318,4 +319,5 @@
|
|||
current-ps-afm-file-paths
|
||||
current-ps-cmap-file-paths
|
||||
hide-cursor-until-moved
|
||||
system-position-ok-before-cancel?))
|
||||
system-position-ok-before-cancel?
|
||||
label-string?))
|
||||
|
|
|
@ -470,3 +470,6 @@ If @scheme[value] is an integer outside a platform-specific range,
|
|||
|
||||
See also @scheme[get-resource].}
|
||||
|
||||
@defproc[(label-string? [v any/c]) boolean?]{
|
||||
Returns @scheme[#t] if @scheme[v] is a string whose length is less than or equal to @scheme[200].
|
||||
}
|
Loading…
Reference in New Issue
Block a user