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

Method IsVisible

xyz/node.go:57–57  ·  view source on GitHub ↗

IsVisible provides the definitive answer as to whether a given node is currently visible. It is only entirely valid after a render pass for widgets in a visible window, but it checks the window and viewport for their visibility status as well, which is available always. Non-visible nodes are automa

()

Source from the content-addressed store, hash-verified

55 // very challenging without mistakenly overwriting invisibility at various
56 // levels.
57 IsVisible() bool
58
59 // IsTransparent returns true if solid has transparent color.
60 IsTransparent() bool

Callers 15

GoUpdatePlotMethod · 0.65
IsVisibleMethod · 0.65
initFunction · 0.65
startCursorMethod · 0.65
renderCursorMethod · 0.65
isVisibleMethod · 0.65
ApplyScenePosMethod · 0.65
handleFocusEventMethod · 0.65
getMouseInBBoxMethod · 0.65
startRepeatClickTimerMethod · 0.65
FocusNextFromMethod · 0.65
focusOnOrNextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected