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. --- objc_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objc_darwin.go') diff --git a/objc_darwin.go b/objc_darwin.go index 2d20076..37b8430 100644 --- a/objc_darwin.go +++ b/objc_darwin.go @@ -31,7 +31,7 @@ func toBOOL(what bool) C.BOOL { // These consolidate the NSScrollView code (used by listbox_darwin.go and area_darwin.go) into a single place. -func newScrollView(content C.id) C.id { +func makeScrollView(content C.id) C.id { return C.makeScrollView(content) } -- cgit v1.2.3