[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: 'inactive' Color of Menuitem labels and images

The image can be set inactive by creating a new image out of the original one:
grayImage = new Image(hyperlink.getDisplay(),image,SWT.IMAGE_DISABLE);


Taken from the SWT Image article:
http://www.eclipse.org/articles/Article-SWT-images/graphics-resources.html