MCPcopy
hub / github.com/lxn/walk / ImageView

Struct ImageView

imageview.go:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type ImageView struct {
27 *CustomWidget
28 image Image
29 imageChangedPublisher EventPublisher
30 margin96dpi int
31 marginChangedPublisher EventPublisher
32 mode ImageViewMode
33}
34
35func NewImageView(parent Container) (*ImageView, error) {
36 iv := new(ImageView)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected