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

Struct readOnlyBoolProperty

property.go:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302type readOnlyBoolProperty struct {
303 get func() bool
304 changed *Event
305}
306
307func NewReadOnlyBoolProperty(get func() bool, changed *Event) Property {
308 return &readOnlyBoolProperty{get: get, changed: changed}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected