[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[news.eclipse.platform.swt] Re: Checkbox in a table
From
:
srivatsan.sundararajan@xxxxxxxxx
(Srivatsan)
Date
: Tue, 5 Dec 2006 05:36:13 +0000 (UTC)
Newsgroups
:
eclipse.platform.swt
Organization
: Eclipse
User-agent
: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
If you want a checkbox to be displayed in every row of a table you've to use SWT.CHECK in your table constructor.
Table table = new Table(parent, SWT.CHECK|SWT.BORDER | SWT.FULL_SELECTION);
regards, Srivatsan
References
:
[news.eclipse.platform.swt] Checkbox in a table
From:
Arno Nymix
Prev by Date:
[news.eclipse.platform.swt] Re: SWTError: No more handles [gtk_init_check() failed]
Next by Date:
[news.eclipse.platform.swt] Re: SWT standalone application crashing on MacOS X Intel
Previous by thread:
[news.eclipse.platform.swt] Re: Checkbox in a table
Next by thread:
[news.eclipse.platform.swt] setBackgroundImage on Button doesn't work but setImage does?
Index(es):
Date
Thread