Handbook
Glossary
same-size? ( image-gadget -- ? )
Vocabulary
images
.
viewer
.
private
Inputs
image-gadget
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
;
IN:
images.viewer.private
:
same-size?
( image-gadget -- ? )
[
texture>>
texture-size
]
[
image>>
dim>>
]
bi
=
;