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

Struct Button

button.go:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Button struct {
25 WidgetBase
26 checkedChangedPublisher EventPublisher
27 clickedPublisher EventPublisher
28 textChangedPublisher EventPublisher
29 imageChangedPublisher EventPublisher
30 image Image
31 persistent bool
32}
33
34func (b *Button) init() {
35 b.MustRegisterProperty("Checked", NewBoolProperty(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected