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

Method applyEnabled

tableview.go:374–379  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

372}
373
374func (tv *TableView) applyEnabled(enabled bool) {
375 tv.WidgetBase.applyEnabled(enabled)
376
377 win.EnableWindow(tv.hwndFrozenLV, enabled)
378 win.EnableWindow(tv.hwndNormalLV, enabled)
379}
380
381func (tv *TableView) applyFont(font *Font) {
382 if tv.customHeaderHeight > 0 || tv.customRowHeight > 0 {

Callers

nothing calls this directly

Calls 1

applyEnabledMethod · 0.65

Tested by

no test coverage detected