MCPcopy Create free account
hub / github.com/1buran/rHttp / SetTitle

Method SetTitle

fileinput.go:40–42  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

38}
39
40func (f *FileInput) SetTitle(s string) {
41 f.widget.Prompt = s
42}
43
44func (f *FileInput) SetVisible() {
45 f.visible = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected