class controls.Image(
Widget
)
An Image is a widget that displays an image.
Constructor
Image(image)
Initializes the widget to display the given image. The initial size is determined by the image.
Attributes
image
The image to display.
---