Mathematica > カスタムインターフェースの構成 >

Panel

Panel[expr]
expr を含むパネルとして表示される.
Panel[expr, title]
パネルに指定のタイトルを与える.
Panel[expr, title, pos]
pos で指定された位置にtitle を置く.
Panel[expr, {title1, title2, ...}, {pos1, ...}]
位置posititlei を置く.
Panel[]
空白のパネルを表示する.
  • Deploy[Panel[expr]]は,スライダーやボタンのような要素はアクティブだが,一般的な編集や選択機能は停止されている配備バージョンを作成する.
  • Panelはデフォルトで,一般にシステムパネルフォントを使用する"Panel" スタイルでexpr を表示する.
  • posi の取り得る形式は次の通りである.
side指定の側で中央寄せ
{side,align}指定の側で指定の整列
  • 次のオプションを使用することができる.
Alignment{Automatic,Automatic}パネル内の要素の整列方法
BaselinePositionAutomatic周囲のテキストのベースラインとの整列方法
BaseStyle{}パネルのベーススタイル指定
EnabledAutomaticパネルを有効にするか,無効(灰色)にするか
FrameMarginsAutomaticパネル枠内の余白
ImageMargins0表示されたパネルの画像の周囲の余白
ImageSizeAutomatic表示されたパネルの画像の全体的な大きさ
LabelStyle{}タブエリアのスタイル指定
  • BaseStyleLabelStyleの設定値は,一般に現行スタイルシートの"Panel" スタイルと"PanelLabel"スタイルで与えられるデフォルトスタイルに加えられる.
バージョン 6 の新機能
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team