MCPcopy Index your code
hub / github.com/wailsapp/wails / WindowSetTitle

Function WindowSetTitle

v2/pkg/runtime/window.go:10–13  ·  view source on GitHub ↗

WindowSetTitle sets the title of the window

(ctx context.Context, title string)

Source from the content-addressed store, hash-verified

8
9// WindowSetTitle sets the title of the window
10func WindowSetTitle(ctx context.Context, title string) {
11 appFrontend := getFrontend(ctx)
12 appFrontend.WindowSetTitle(title)
13}
14
15// WindowFullscreen makes the window fullscreen
16func WindowFullscreen(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowSetTitleMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…