summaryrefslogtreecommitdiff
path: root/area_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-16 20:44:19 -0400
committerPietro Gagliardi <[email protected]>2014-05-16 20:44:19 -0400
commitd8a7d9b53e154c181203f429cb182f3186c5bc98 (patch)
treee4bdf9af27f68a2ab40a7d7e83019a7405bfa15a /area_darwin.go
parent6d67bce9b18ab01d99f636068ab5652857749c32 (diff)
Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be more clear and more consistent.
Diffstat (limited to 'area_darwin.go')
-rw-r--r--area_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area_darwin.go b/area_darwin.go
index 6fc3a9b..c7fe2d9 100644
--- a/area_darwin.go
+++ b/area_darwin.go
@@ -15,7 +15,7 @@ import "C"
func makeArea(parentWindow C.id, alternate bool, s *sysData) C.id {
area := C.makeArea()
- area = newScrollView(area)
+ area = makeScrollView(area)
addControl(parentWindow, area)
return area
}