diff options
Diffstat (limited to 'redo/controls_unix.go')
| -rw-r--r-- | redo/controls_unix.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redo/controls_unix.go b/redo/controls_unix.go index 647e5ee..a091488 100644 --- a/redo/controls_unix.go +++ b/redo/controls_unix.go @@ -40,7 +40,10 @@ func newButton(text string) *Request { } } -// TODO OnClicked +func (b *Button) OnClicked(func e(c Doer)) *Request { + // TODO + return nil +} func (b *button) Text() *Request { c := make(chan interface{}) |
