Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
func
(b *Button) Checked() bool {
138
return
b.SendMessage(win.BM_GETCHECK, 0, 0) == win.BST_CHECKED
139
}
140
141
func
(b *Button) SetChecked(checked bool) {
142
if
checked == b.Checked() {
Callers
3
init
Method · 0.95
SetChecked
Method · 0.95
SaveState
Method · 0.95
Calls
1
SendMessage
Method · 0.65
Tested by
no test coverage detected