MCPcopy Create free account
hub / github.com/lxn/walk / SetText

Method SetText

tooltip.go:218–220  ·  view source on GitHub ↗
(tool Widget, text string)

Source from the content-addressed store, hash-verified

216}
217
218func (tt *ToolTip) SetText(tool Widget, text string) error {
219 return tt.setText(tt.hwndForTool(tool), text)
220}
221
222func (tt *ToolTip) setText(hwnd win.HWND, text string) error {
223 ti := tt.toolInfo(hwnd)

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.95
hwndForToolMethod · 0.95

Tested by

no test coverage detected