Handbook
Glossary
cached-image-path ( path -- image )
Vocabulary
ui
.
images
.
private
Inputs
path
an
object
Outputs
image
an
object
Definition
USING:
accessors
images.loader
kernel
sequences
;
IN:
ui.images.private
MEMO:
cached-image-path
( path -- image )
[
load-image
]
[
"@2x"
subseq-of?
>>2x?
]
bi
;