Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ SetErrorTitle
Method
SetErrorTitle
tooltip.go:88–90 ·
view source on GitHub ↗
(title string)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(tt *ToolTip) SetErrorTitle(title string) error {
89
return
tt.setTitle(title, win.TTI_ERROR)
90
}
91
92
func
(tt *ToolTip) setTitle(title string, icon uintptr) error {
93
if
len(title) > 99 {
Callers
1
PresentError
Method · 0.80
Calls
1
setTitle
Method · 0.95
Tested by
no test coverage detected