To use Widget["ImageLabel"], you first need to load GUIKit using Needs["GUIKit`"].
Widget["ImageLabel"] is identical in functionality to Widget["Label"], except that it will easily display an image as its label instead of text. Widget["ImageLabel"] is useful when basic image display is needed in a user interface.