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

Method Clicked

button.go:190–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188}
189
190func (b *Button) Clicked() *Event {
191 return b.clickedPublisher.Event()
192}
193
194func (b *Button) raiseClicked() {
195 b.clickedPublisher.Publish()

Callers 7

CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
RunMyDialogFunction · 0.45

Calls 1

EventMethod · 0.45

Tested by

no test coverage detected