(tool Widget)
| 157 | } |
| 158 | |
| 159 | func (tt *ToolTip) AddTool(tool Widget) error { |
| 160 | return tt.addTool(tt.hwndForTool(tool), false) |
| 161 | } |
| 162 | |
| 163 | func (tt *ToolTip) addTrackedTool(tool Widget) error { |
| 164 | return tt.addTool(tt.hwndForTool(tool), true) |
no test coverage detected