ToolItem.setHotImage

Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed. <p> The hot image is displayed when the mouse enters the receiver. </p>

@param image the hot image to display on the receiver (may be null)

@exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT - if the image has been disposed</li> </ul> @exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

class ToolItem
void
setHotImage

Meta