MCPcopy
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
88func (tt *ToolTip) SetErrorTitle(title string) error {
89 return tt.setTitle(title, win.TTI_ERROR)
90}
91
92func (tt *ToolTip) setTitle(title string, icon uintptr) error {
93 if len(title) > 99 {

Callers 1

PresentErrorMethod · 0.80

Calls 1

setTitleMethod · 0.95

Tested by

no test coverage detected