Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ CheckState
Method
CheckState
checkbox.go:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(cb *CheckBox) CheckState() CheckState {
93
return
CheckState(cb.SendMessage(win.BM_GETCHECK, 0, 0))
94
}
95
96
func
(cb *CheckBox) SetCheckState(state CheckState) {
97
if
state == cb.CheckState() {
Callers
3
SetCheckState
Method · 0.95
SaveState
Method · 0.95
NewCheckBox
Function · 0.80
Calls
2
CheckState
TypeAlias · 0.85
SendMessage
Method · 0.65
Tested by
no test coverage detected