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

Method Window

system/app.go:89–89  ·  view source on GitHub ↗

Window returns given window in list of windows opened under this screen -- list is not in any guaranteed order, but typically in order of creation (see also WindowByName) -- returns nil for invalid index.

(win int)

Source from the content-addressed store, hash-verified

87 // -- list is not in any guaranteed order, but typically in order of
88 // creation (see also WindowByName) -- returns nil for invalid index.
89 Window(win int) Window
90
91 // WindowByName returns given window in list of windows opened under this
92 // screen, by name -- nil if not found.

Callers 15

FixupMethod · 0.65
CaptureFunction · 0.65
MonitorChangeMethod · 0.65
MovedMethod · 0.65
FocusedMethod · 0.65
IconifyMethod · 0.65
NewWindowMethod · 0.65
onWindowFocusChangedFunction · 0.65
MainUIMethod · 0.65
NewWindowMethod · 0.65
SetSystemWindowMethod · 0.65
lifecycleVisibleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected