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

Function WindowUnfullscreen

v2/pkg/runtime/window.go:22–25  ·  view source on GitHub ↗

WindowUnfullscreen makes the window UnFullscreen

(ctx context.Context)

Source from the content-addressed store, hash-verified

20
21// WindowUnfullscreen makes the window UnFullscreen
22func WindowUnfullscreen(ctx context.Context) {
23 appFrontend := getFrontend(ctx)
24 appFrontend.WindowUnfullscreen()
25}
26
27// WindowCenter the window on the current screen
28func WindowCenter(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowUnfullscreenMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…