|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Appearance
Appearance
is an option for displayed objects such as Button and Slider that specifies the general type of appearance they should have.
DetailsDetails
- Typical settings for Appearance include Tiny, Small, Medium, Large, as well as such attributes as
and
. - When multiple appearance specifications refer to a particular object, they are given in a list.
- When an object can be in several different states, the setting for Appearance can be given in the form
.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
Display all the controls of Manipulator:
| In[1]:= |
| Out[1]= | ![]() |
Force an ActionMenu object to look like a PopupMenu:
| In[1]:= |
| Out[1]= |
Control the appearance of Button:
| In[1]:= |
| Out[1]= |
Control the appearance of Opener:
| In[1]:= |
| Out[1]= |
Different appearances for the slider thumb:
| In[1]:= |
| Out[1]= |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

