MCPcopy Index your code
hub / github.com/lxn/walk / CheckedChanged

Method CheckedChanged

button.go:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func (b *Button) CheckedChanged() *Event {
164 return b.checkedChangedPublisher.Event()
165}
166
167func (b *Button) Persistent() bool {
168 return b.persistent

Callers 3

initMethod · 0.95
NewRadioButtonFunction · 0.45
CreateMethod · 0.45

Calls 1

EventMethod · 0.45

Tested by

no test coverage detected