GUIKit`
GUIKit`

"ImageLabel"

The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

Widget["ImageLabel"]

represents an image label.

Details

  • 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".

Examples

Basic Examples  (1)