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

Method applyEnabled

static.go:93–97  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

91}
92
93func (s *static) applyEnabled(enabled bool) {
94 s.WidgetBase.applyEnabled(enabled)
95
96 setWindowEnabled(s.hwndStatic, enabled)
97}
98
99func (s *static) applyFont(font *Font) {
100 s.WidgetBase.applyFont(font)

Callers

nothing calls this directly

Calls 2

setWindowEnabledFunction · 0.85
applyEnabledMethod · 0.65

Tested by

no test coverage detected