MCPcopy Index your code
hub / github.com/lxn/walk / Visible

Method Visible

window.go:1339–1341  ·  view source on GitHub ↗

Visible returns if the *WindowBase is visible.

()

Source from the content-addressed store, hash-verified

1337
1338// Visible returns if the *WindowBase is visible.
1339func (wb *WindowBase) Visible() bool {
1340 return win.IsWindowVisible(wb.hWnd)
1341}
1342
1343// SetVisible sets if the *WindowBase is visible.
1344func (wb *WindowBase) SetVisible(visible bool) {

Callers 1

SetVisibleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected