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

Struct static

static.go:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type static struct {
28 WidgetBase
29 hwndStatic win.HWND
30 origStaticWndProcPtr uintptr
31 textAlignment Alignment2D
32 textColor Color
33}
34
35func (s *static) init(widget Widget, parent Container, style uint32) error {
36 if err := InitWidget(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected