(tool Widget)
| 203 | } |
| 204 | |
| 205 | func (tt *ToolTip) Text(tool Widget) string { |
| 206 | return tt.text(tt.hwndForTool(tool)) |
| 207 | } |
| 208 | |
| 209 | func (tt *ToolTip) text(hwnd win.HWND) string { |
| 210 | ti := tt.toolInfo(hwnd) |
nothing calls this directly
no test coverage detected