Gallery Widget and SWT.MULTI

I’ve just commited a new patch for my SWT Gallery widget. Using the SWT.MULTI constant, you can now choose between single and multiple selection behaviors.

When only one item should be selected at the same time, use :

new Gallery( parent, SWT.V_SCROLL);

When several items can be selected at the same time :

new Gallery( parent, SWT.MULTI | SWT.V_SCROLL);

See SWT Gallery Home page




    blog comments powered by Disqus