Confusing SWT Style Bits in CSS Spy

57 Views Asked by At

enter image description here

The CSS Rules section of CSS Spy shows the current SWT Style Bits for the selected control, but it seems to contain a lot of useless information, such as styles that are not currently supported by the selected control(e.g. SWT.RADIO), and bits that are not styles(e.g. SWT.ERROR_MENU_NOT_POP_UP). Why is it designed this way, and what is the use of these ?

0

There are 0 best solutions below