Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 435 Bytes

imageview.rst

File metadata and controls

26 lines (17 loc) · 435 Bytes

Image View

The Image View is a container for an image to be rendered on the display

Usage

import toga

view = toga.ImageView(id='view1', image=my_image)

Supported Platforms

Reference

toga.interface.widgets.imageview.ImageView