Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ SetWarningTitle
Method
SetWarningTitle
tooltip.go:84–86 ·
view source on GitHub ↗
(title string)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(tt *ToolTip) SetWarningTitle(title string) error {
85
return
tt.setTitle(title, win.TTI_WARNING)
86
}
87
88
func
(tt *ToolTip) SetErrorTitle(title string) error {
89
return
tt.setTitle(title, win.TTI_ERROR)
Callers
nothing calls this directly
Calls
1
setTitle
Method · 0.95
Tested by
no test coverage detected