|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PaneSelector[{v1->expr1, v2->expr2, ...}, v]
represents an object that displays as a pane containing the
for which
is equal to v.
Details and OptionsDetails and Options
- PaneSelector[list, Dynamic[v]] takes the pane being displayed to be determined by the dynamically updated current value of v.
- If v is not equal to any of the
, then PaneSelector is by default displayed as a blank area. - PaneSelector[list, v, def] displays as def if v is not equal to any of the
. - The following options can be given:
-
Alignment {Automatic,Automatic} how to align objects in the display area Background None background color to use BaselinePosition Automatic what to align with a surrounding text baseline BaseStyle {} base style specifications for the displayed object FrameMargins Automatic margins to leave inside the overall frame ImageMargins 0 margins around the image of the displayed object ImageSize All the overall image size for the displayed object TransitionDirection Left the direction for sweeping or wiping transitions TransitionDuration 0.5 duration in seconds of the visual effect used for switching panes TransitionEffect None visual effect to use when switching panes - With the default option setting ImageSize->All, PaneSelector always leaves space for the largest of the
to be displayed, so that its overall size does not change. - With the option setting ImageSize->Automatic, PaneSelector leaves space only for the
currently being displayed. - The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
New in 6 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

