diff options
Diffstat (limited to 'sysdata_darwin.go')
| -rw-r--r-- | sysdata_darwin.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysdata_darwin.go b/sysdata_darwin.go index b240e70..8da134a 100644 --- a/sysdata_darwin.go +++ b/sysdata_darwin.go @@ -177,13 +177,13 @@ var classTypes = [nctypes]*classData{ make: makeListbox, show: controlShow, hide: controlHide, - append: appendListbox, - insertBefore: insertListboxBefore, - selIndices: selectedListboxIndices, - selTexts: selectedListboxTexts, - delete: deleteListbox, + append: listboxAppend, + insertBefore: listboxInsertBefore, + selIndices: listboxSelectedIndices, + selTexts: listboxSelectedTexts, + delete: listboxDelete, len: listboxLen, - selectIndices: selectListboxIndices, + selectIndices: listboxSelectIndices, }, c_progressbar: &classData{ make: func(parentWindow C.id, alternate bool, s *sysData) C.id { |
