GUIKit Package

"Icon"

Widget["Icon"]
represents an icon.
  • To use Widget["Icon"], you first need to load GUIKit using Needs["GUIKit`"].
  • Many widgets take an "icon" property, such as buttons and menu items, and so a Widget["Icon"] instance would be used when setting an icon property on another widget.
  • The following properties are available:
"path"Nullpath or URL of the icon image 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