MCPcopy
hub / github.com/lxn/walk / SetVisible

Method SetVisible

window.go:310–310  ·  view source on GitHub ↗

SetVisible sets if the Window is visible.

(value bool)

Source from the content-addressed store, hash-verified

308
309 // SetVisible sets if the Window is visible.
310 SetVisible(value bool)
311
312 // SetWidth sets the outer width of the Window, including decorations.
313 SetWidth(value int) error

Callers 14

SetVisibleMethod · 0.65
SetCheckableMethod · 0.65
SetParentMethod · 0.65
initWindowWithCfgFunction · 0.65
RestoreStateMethod · 0.65
HideMethod · 0.65
ShowMethod · 0.65
onSelChangeMethod · 0.65
onInsertedPageMethod · 0.65
removePageMethod · 0.65
SetVisibleMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected