[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[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,

Say I have a style 34931458...Is there a SWT tool out there that will look at this number and tells me what SWT constants made up this number?

Thx!