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

Method Checked

button.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (b *Button) Checked() bool {
138 return b.SendMessage(win.BM_GETCHECK, 0, 0) == win.BST_CHECKED
139}
140
141func (b *Button) SetChecked(checked bool) {
142 if checked == b.Checked() {

Callers 3

initMethod · 0.95
SetCheckedMethod · 0.95
SaveStateMethod · 0.95

Calls 1

SendMessageMethod · 0.65

Tested by

no test coverage detected