exclusiveLightCheckBox [-annotation string] [-backgroundColor float float float] [-defineTemplate string] [-docTag string] [-dragCallback script] [-dropCallback script] [-enable boolean] [-exists] [-height int] [-isObscured] [-light name] [-manage boolean] [-numberOfPopupMenus] [-parent string] [-popupMenuArray] [-preventOverride boolean] [-useTemplate string] [-visible boolean] [-width int]
exclusiveLightCheckBox は「元に戻す」が可能、「照会」が可能、「編集」が可能です。
このコマンドは、ライトの排他、非排他の状態を制御する checkBox を作成します。排他ライトは、デフォルト ライト リストにないライトで、デフォルトのすべてのオブジェクトを照らすわけではありません。ただし、排他ライトをオブジェクトに関連付けることはできます。
string | コントロールのフル ネーム |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-defineTemplate(-dt)
|
string
|
![]() |
||
|
||||
-useTemplate(-ut)
|
string
|
![]() |
||
|
||||
-parent(-p)
|
string
|
![]() ![]() |
||
|
||||
-enable(-en)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-width(-w)
|
int
|
![]() ![]() ![]() |
||
|
||||
-height(-h)
|
int
|
![]() ![]() ![]() |
||
|
||||
-visible(-vis)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-isObscured(-io)
|
|
![]() |
||
|
||||
-manage(-m)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-numberOfPopupMenus(-npm)
|
|
![]() |
||
|
||||
-popupMenuArray(-pma)
|
|
![]() |
||
|
||||
-preventOverride(-po)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-annotation(-ann)
|
string
|
![]() ![]() ![]() |
||
|
||||
-backgroundColor(-bgc)
|
float float float
|
![]() ![]() |
||
|
||||
-docTag(-dtg)
|
string
|
![]() ![]() ![]() |
||
|
||||
-dragCallback(-dgc)
|
script
|
![]() ![]() |
||
|
||||
-dropCallback(-dpc)
|
script
|
![]() ![]() |
||
|
||||
-light(-lt)
|
name
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a spot light string $myLight = `spotLight -coneAngle 45`; string $myWindow = `window`; columnLayout cl; exclusiveLightCheckBox -width 200 -label "Exclusive" -light $myLight; showWindow $myWindow;