tbalthazar-archives / cappuccino

http://cappuccino.org
GNU Lesser General Public License v2.1
6 stars 1 forks source link

setAllowsMultipleSelection: and setSelectable: do not allow multiple selections in CPCollectionView #749

Open tbalthazar opened 15 years ago

tbalthazar commented 15 years ago

i am currently working on a patch for this …

original LH ticket

This ticket has 0 attachment(s).

tbalthazar commented 15 years ago

setAllowsMultipleSelection: and setSelectable: do not allow multiple selections in CPCollectionView

toggleIndexInSelection:

http://github.com/camwest/cappuccino/commit/04abd8bad1f3ab870e7d01287de04c7434aebb6e

selectRangeFromIndex:toIndex:

http://github.com/camwest/cappuccino/commit/8a471cc838c029fd0c90e1b13012214a720930e9

Minor Code Tweaks: http://github.com/camwest/cappuccino/commit/e674dbd99629504502f7c3ddf974ce7a944cdb5e http://github.com/camwest/cappuccino/commit/7bc879b20d1e4627a1cc178cc4c221c94377bf7b

by Cameron Westland