MCPcopy Create free account
hub / github.com/lxn/walk / CustomWidget

Struct CustomWidget

customwidget.go:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type CustomWidget struct {
35 WidgetBase
36 paint PaintFunc // in 1/96" units
37 paintPixels PaintFunc // in native pixels
38 invalidatesOnResize bool
39 paintMode PaintMode
40}
41
42// NewCustomWidget creates and initializes a new custom draw widget.
43//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected