| [news.eclipse.platform.swt] Re: A SWT tool out there that tells what SWT constants are used given a numeric style |
|
Not that I know of. I think your best bet is to
convert it to binary and examine the bits, comparing them to the
constants in the SWT class by hand. Remember, it's just a bit mask,
and so each constant will only fill one column, no more. Daniel AL wrote: Hi, |