MCPcopy Create free account
hub / github.com/lxn/walk / SetEnabled

Method SetEnabled

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

SetEnabled sets if the Window is enabled for user interaction.

(value bool)

Source from the content-addressed store, hash-verified

256
257 // SetEnabled sets if the Window is enabled for user interaction.
258 SetEnabled(value bool)
259
260 // SetFocus sets the keyboard input focus to the Window.
261 SetFocus() error

Callers 2

initWindowWithCfgFunction · 0.65
CreateMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected