[][src]Module pushrod::widget::image_widget

Image component: draws an image on the screen in png, jpg or gif formats.

Structs

ImageWidget

This is the ImageWidget, which draws an image on the screen. The image is loaded into heap memory (using a Box). This way, larger image objects can be loaded.