MCPcopy Create free account
hub / github.com/cogentcore/core / Is

Method Is

system/window.go:129–129  ·  view source on GitHub ↗

Is returns whether the window has the given flag.

(flag WindowFlags)

Source from the content-addressed store, hash-verified

127
128 // Is returns whether the window has the given flag.
129 Is(flag WindowFlags) bool
130
131 // IsClosed returns true if this window has been closed (but some threads
132 // may have not received the news yet)

Callers 15

SetWinSizeMethod · 0.95
SetPosMethod · 0.95
SetGeomMethod · 0.95
RaiseMethod · 0.95
RenameFileMethod · 0.65
InitMethod · 0.65
recordPrefMethod · 0.65
InitMethod · 0.65
RenderMethod · 0.65
InitMethod · 0.65
AddSnackbarTextMethod · 0.65
InitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected