Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
328
func
(w *Window) IsNormal() bool {
329
return
win32.IsWindowNormal(w.Handle())
330
}
331
332
func
(w *Window) IsFullScreen() bool {
333
return
win32.IsWindowFullScreen(w.Handle())
Callers
1
WindowIsNormal
Method · 0.45
Calls
1
Handle
Method · 0.65
Tested by
no test coverage detected