|
| Re: disable checkboxes in Tree [message #442535 is a reply to message #442511] |
Tue, 07 September 2004 14:06   |
Eclipse User |
|
|
|
Hi, Tobi.
You must be creating your Tree with the SWT.CHECK style set, so to get rid
of checkboxes, get rid of SWT.CHECK.
If this is not the case, then you must be creating with the value of
SWT.CHECK, which is 1 << 5.
Other SWT style bits that have a value of 1 << 5 (these are NOT used by
Tree, so just get rid of them) are:
SHADOW_NONE, TITLE, ROMAN, and OK.
Hope this helps,
Carolyn
"Tobias Weih" <tobias.weih@xinity.de> wrote in message
news:chi296$pa7$1@eclipse.org...
> hi,
> is there a nice way to disable checkbox-toggeling in a swt-tree?
>
> thanks
> tobi
|
|
|
|
Powered by
FUDForum. Page generated in 0.03815 seconds