GUIKit Package

"ImageLabel"

Widget["ImageLabel"]
represents an image label.
  • 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.
  • The following properties are available:
"path"Nullpath or URL of the image file in GIF, JPEG, or PNG format
"data"image datathe image data
  • The "data" property can be given as a String or as Script[ExportString[..., format, options]] where format is "GIF", "JPEG", or "PNG".
© 2008 Wolfram Research, Inc. japanese.gif