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

Method IsNormal

v2/internal/frontend/desktop/windows/window.go:328–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326}
327
328func (w *Window) IsNormal() bool {
329 return win32.IsWindowNormal(w.Handle())
330}
331
332func (w *Window) IsFullScreen() bool {
333 return win32.IsWindowFullScreen(w.Handle())

Callers 1

WindowIsNormalMethod · 0.45

Calls 1

HandleMethod · 0.65

Tested by

no test coverage detected