From d8a7d9b53e154c181203f429cb182f3186c5bc98 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 16 May 2014 20:44:19 -0400 Subject: Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be more clear and more consistent. --- sysdata_darwin.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sysdata_darwin.go') 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 { -- cgit v1.2.3