MCPcopy Index your code
hub / github.com/lxn/walk / Text

Method Text

tooltip.go:205–207  ·  view source on GitHub ↗
(tool Widget)

Source from the content-addressed store, hash-verified

203}
204
205func (tt *ToolTip) Text(tool Widget) string {
206 return tt.text(tt.hwndForTool(tool))
207}
208
209func (tt *ToolTip) text(hwnd win.HWND) string {
210 ti := tt.toolInfo(hwnd)

Callers

nothing calls this directly

Calls 2

textMethod · 0.95
hwndForToolMethod · 0.95

Tested by

no test coverage detected