|
SOLUTIONS
|
GUIKIT PACKAGE
{}"Icon"
Widget["Icon"]
represents an icon.
DetailsDetails
- To use Widget["Icon"], you first need to load GUIKit using Needs["GUIKit`"].
- Many widgets take an
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" Null path or URL of the icon image 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 »
