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. --- objc_darwin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index 09106f2..9bff48f 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -79,7 +79,6 @@ extern uintptr_t listboxIndexesCount(id); extern uintptr_t listboxIndexesFirst(id); extern uintptr_t listboxIndexesNext(id, uintptr_t); extern intptr_t listboxLen(id); -extern void listboxDeselectAll(id); /* prefsize_darwin.m */ extern struct xsize controlPrefSize(id); -- cgit v1.2.3