We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type Image* = struct { g: ui.Generic image: image.Image stretch: bool }
An element containing an image
fn mk*(i: image.Image, stretch: bool = false): Image {
fn (i: ^Image) get*(): ^ui.Generic {
fn (i: ^Image) handle*() {
fn (i: ^Image) draw*() {