Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Contains
Method
Contains
widgetlist.go:77–79 ·
view source on GitHub ↗
(item Widget)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(l *WidgetList) Contains(item Widget) bool {
78
return
l.Index(item) > -1
79
}
80
81
func
(l *WidgetList) indexHandle(handle win.HWND) int {
82
for
i, widget :=
range
l.items {
Callers
9
Insert
Method · 0.95
updateMarginsForFocusEffect
Method · 0.45
hasActiveGraphicsEffects
Method · 0.45
WriteState
Method · 0.45
menuContainsAction
Function · 0.45
applyEnabled
Method · 0.45
PresentError
Method · 0.45
findWidget
Function · 0.45
updateNavigationToolBar
Method · 0.45
Calls
1
Index
Method · 0.95
Tested by
no test coverage detected