MCPcopy 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
84func (tt *ToolTip) SetWarningTitle(title string) error {
85 return tt.setTitle(title, win.TTI_WARNING)
86}
87
88func (tt *ToolTip) SetErrorTitle(title string) error {
89 return tt.setTitle(title, win.TTI_ERROR)

Callers

nothing calls this directly

Calls 1

setTitleMethod · 0.95

Tested by

no test coverage detected