MCPcopy
hub / github.com/lxn/walk / text

Method text

tooltip.go:209–216  ·  view source on GitHub ↗
(hwnd win.HWND)

Source from the content-addressed store, hash-verified

207}
208
209func (tt *ToolTip) text(hwnd win.HWND) string {
210 ti := tt.toolInfo(hwnd)
211 if ti == nil {
212 return ""
213 }
214
215 return win.UTF16PtrToString(ti.LpszText)
216}
217
218func (tt *ToolTip) SetText(tool Widget, text string) error {
219 return tt.setText(tt.hwndForTool(tool), text)

Callers 12

TextMethod · 0.95
TextMethod · 0.45
TextMethod · 0.45
tableViewHdrWndProcFunction · 0.45
TextMethod · 0.45
TitleMethod · 0.45
TextMethod · 0.45
TextMethod · 0.45
setTextMethod · 0.45
updateStaticBoundsMethod · 0.45
TextMethod · 0.45
TextMethod · 0.45

Calls 1

toolInfoMethod · 0.95

Tested by

no test coverage detected