Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ RemoveTool
Method
RemoveTool
tooltip.go:190–192 ·
view source on GitHub ↗
(tool Widget)
Source
from the content-addressed store, hash-verified
188
}
189
190
func
(tt *ToolTip) RemoveTool(tool Widget) error {
191
return
tt.removeTool(tt.hwndForTool(tool))
192
}
193
194
func
(tt *ToolTip) removeTool(hwnd win.HWND) error {
195
var
ti win.TOOLINFO
Callers
2
Dispose
Method · 0.80
PresentError
Method · 0.80
Calls
2
removeTool
Method · 0.95
hwndForTool
Method · 0.95
Tested by
no test coverage detected