diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-12 09:24:51 -0400 |
| commit | 8d43eb52cef37f870c469224b30ea23bec48c3f1 (patch) | |
| tree | 2be626cc00e71d0117a7c2582c5c814bd20235c6 /radiobuttons.go | |
| parent | c91b665da35ce987c2143ebbc141c7d04b6c27c5 (diff) | |
Started fixing the build.
Diffstat (limited to 'radiobuttons.go')
| -rw-r--r-- | radiobuttons.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radiobuttons.go b/radiobuttons.go index bbf28d3..59b5665 100644 --- a/radiobuttons.go +++ b/radiobuttons.go @@ -24,7 +24,7 @@ func NewRadioButtons() *RadioButtons { r.r = C.uiNewRadioButtons() - C.uiRadioButtonsOnChanged(r.r, C.doRadioButtonsOnChanged, nil) + C.uiRadioButtonsOnSelected(r.r, C.doRadioButtonsOnSelected, nil) r.ControlBase = NewControlBase(r, uintptr(unsafe.Pointer(r.r))) return r |
