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

Method applyEnabled

tabwidget.go:105–111  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

103}
104
105func (tw *TabWidget) applyEnabled(enabled bool) {
106 tw.WidgetBase.applyEnabled(enabled)
107
108 setWindowEnabled(tw.hWndTab, enabled)
109
110 applyEnabledToDescendants(tw, enabled)
111}
112
113func (tw *TabWidget) applyFont(font *Font) {
114 tw.WidgetBase.applyFont(font)

Callers

nothing calls this directly

Calls 3

setWindowEnabledFunction · 0.85
applyEnabledMethod · 0.65

Tested by

no test coverage detected