Nebula Gallery widget updates
I committed some improvements to the Nebula Gallery Widget today:
- Fixed some selection problems if SWT.MULTI was used. Deselecting an item could raise an OutOfBounds exception.
- Added a way to remove a single item :
Gallery.remove( int index)for root items andGalleryItem.remove( int index)for children. - Added a new snippet to demonstrate item removal. This snippet is only available on CVS at the moment.
This new version can be downloaded here.






