MCPcopy
hub / github.com/wailsapp/wails / WindowCenter

Function WindowCenter

v2/pkg/runtime/window.go:28–31  ·  view source on GitHub ↗

WindowCenter the window on the current screen

(ctx context.Context)

Source from the content-addressed store, hash-verified

26
27// WindowCenter the window on the current screen
28func WindowCenter(ctx context.Context) {
29 appFrontend := getFrontend(ctx)
30 appFrontend.WindowCenter()
31}
32
33// WindowReload will reload the window contents
34func WindowReload(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowCenterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…