MCPcopy 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
190func (tt *ToolTip) RemoveTool(tool Widget) error {
191 return tt.removeTool(tt.hwndForTool(tool))
192}
193
194func (tt *ToolTip) removeTool(hwnd win.HWND) error {
195 var ti win.TOOLINFO

Callers 2

DisposeMethod · 0.80
PresentErrorMethod · 0.80

Calls 2

removeToolMethod · 0.95
hwndForToolMethod · 0.95

Tested by

no test coverage detected