|
SOLUTIONS
|
GUIKIT PACKAGE
{}"ImageLabel"
Widget["ImageLabel"]
represents an image label.
DetailsDetails
- 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" Null path or URL of the image file in GIF, JPEG, or PNG format "data" image data the image data - The
property can be given as a String or as Script[ExportString[..., format, options]] where format is
,
, or
.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




