Panel
Panel[expr]
displays as a panel containing expr.
Panel[expr,title]
gives the panel the specified title.
Panel[expr,title,pos]
places title at a position specified by pos.
Panel[expr,{title1,title2,…},{pos1,…}]
places titlei at position posi.
Panel[]
displays an empty panel.
Details and Options
- Deploy[Panel[expr]] produces a deployed version, in which elements such as sliders and buttons are active, but general editing and selection is disabled.
- Panel by default displays expr in "Panel" style, which typically uses the system panel font.
- Possible forms for the posi are:
-
side centered on the specified side {side,align} on the specified side with the specified alignment - Possible forms for side include Bottom, Left, Top, Right.
- Possible forms for align include Center, Left, Right, Bottom, Top.
- The following options can be given:
-
Alignment {Automatic,Automatic} how to align elements in the panel Appearance Automatic the overall appearance of the panel Background Automatic panel background color BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the panel ContentPadding True whether to shrink the margins tightly around the contents Enabled Automatic whether the panel is enabled, or grayed out FrameMargins Automatic margins inside the frame of the panel ImageMargins 0 margins around the image of the displayed panel ImageSize Automatic the overall image size of the displayed panel LabelStyle {} style specifications for labels RotateLabel False whether to rotate left and right labels Spacings Automatic horizontal and vertical label spacings - Typical possible settings for the Appearance option include "DialogBox", "Frameless", and "Palette".
- The settings for BaseStyle and LabelStyle are appended to the default styles typically given by the "Panel" and "PanelLabel" styles in the current stylesheet.
Examples
open allclose allScope (3)
Options (6)
ImageSize (2)
Applications (3)
Properties & Relations (1)
The Manipulate construct uses Panel:
Neat Examples (1)
Text
Wolfram Research (2007), Panel, Wolfram Language function, https://reference.wolfram.com/language/ref/Panel.html (updated 2010).
CMS
Wolfram Language. 2007. "Panel." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2010. https://reference.wolfram.com/language/ref/Panel.html.
APA
Wolfram Language. (2007). Panel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Panel.html