MCPcopy Create free account
hub / github.com/andlabs/ui / SetTitle

Method SetTitle

window.go:58–62  ·  view source on GitHub ↗

SetTitle sets the Window's title to title.

(title string)

Source from the content-addressed store, hash-verified

56
57// SetTitle sets the Window's title to title.
58func (w *Window) SetTitle(title string) {
59 ctitle := C.CString(title)
60 C.uiWindowSetTitle(w.w, ctitle)
61 freestr(ctitle)
62}
63
64// TODO ContentSize
65// TODO SetContentSize

Callers

nothing calls this directly

Calls 1

freestrFunction · 0.85

Tested by

no test coverage detected