From be56293e9c8fbef647048286bd23a0e5b13caac2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 May 2014 12:42:00 -0400 Subject: Found a method in NSArrayController via Stack Overflow which lets me suppress selection-changing behavior on NSTableView inserts; use that on Listbox in Mac OS X. This means sysData.selectIndices() and its Mac OS X implementation can (and has) gone away, clearing TODOs on Windows and Unix by extension. --- sysdata_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index e1b5ced..a1b9858 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -364,7 +364,3 @@ func (s *sysData) setAreaSize(width int, height int) { func (s *sysData) selectIndex(index int) { // TODO not yet implemented on Unix (added for Mac only right now) } - -func (s *sysData) selectIndices(indices []int) { - // TODO not yet implemented on Windows (added for Mac only right now) -} -- cgit v1.2.3