|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PopupWindow
PopupWindow[expr, contents]
displays as expr, but pops up a window containing contents when clicked.
Details and OptionsDetails and Options
- PopupWindow can take any notebook option.
- The default option settings for PopupWindow include WindowTitle->None and WindowFloating->True.
- PopupWindow by default pops up a window near the current location of expr. Other locations can be specified using the WindowMargins option.
- PopupWindow objects can appear within graphics.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
When the expression is clicked, show a label:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

