SWT.IMAGE_DISABLE

The <code>Image</code> constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).

class SWT
int IMAGE_DISABLE;

Meta