Handbook
Glossary
new-image-gadget ( class -- gadget )
Vocabulary
images
.
viewer
Inputs
class
a
class
Outputs
gadget
an
image-gadget
Word description
Use this if the image is not available when you want to construct the gadget. Don't forget to call
set-image
before grafting this gadget. You can also use this constructor if you want to extend image-gadget or image-control.
Definition
USING:
kernel
;
IN:
images.viewer
:
new-image-gadget
( class -- gadget )
new
;