ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
devicePanel [-control] [-copy string] [-createString] [-defineTemplate string] [-docTag string] [-editString] [-exists] [-init] [-isUnique] [-label string] [-menuBarRepeatLast boolean] [-menuBarVisible boolean] [-needsInit] [-parent string] [-popupMenuProcedure script] [-replacePanel string] [-tearOff] [-tearOffCopy string] [-tearOffRestore] [-unParent] [-useTemplate string]
devicePanel は、取り消し可能、照会可能、および編集可能です。
このコマンドは廃止されました。ファイル互換性のためだけに含まれています。このコマンドはブランク パネルを作成します。| string | パネル名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-control(-ctl)
|
|
|
||
|
||||
-copy(-cp)
|
string
|
|
||
|
||||
-createString(-cs)
|
|
|
||
|
||||
-defineTemplate(-dt)
|
string
|
|
||
|
||||
-docTag(-dtg)
|
string
|
|
||
|
||||
-editString(-es)
|
|
|
||
|
||||
-exists(-ex)
|
|
|
||
|
||||
-init(-in)
|
|
|
||
|
||||
-isUnique(-iu)
|
|
|
||
|
||||
-label(-l)
|
string
|
|
||
|
||||
-menuBarRepeatLast(-mrl)
|
boolean
|
|
||
|
||||
-menuBarVisible(-mbv)
|
boolean
|
|
||
|
||||
-needsInit(-ni)
|
|
|
||
|
||||
-parent(-p)
|
string
|
|
||
|
||||
-popupMenuProcedure(-pmp)
|
script
|
|
||
|
||||
-replacePanel(-rp)
|
string
|
|
||
|
||||
-tearOff(-to)
|
|
|
||
|
||||
-tearOffCopy(-toc)
|
string
|
|
||
|
||||
-tearOffRestore(-tor)
|
|
|
||
|
||||
-unParent(-up)
|
|
|
||
|
||||
-useTemplate(-ut)
|
string
|
|
||
|
||||
// This example creates a new device panel in its own window string $window = `window`; paneLayout; devicePanel; showWindow $window;