workspaceControl [-checksPlugins boolean] [-close] [-closeCommand script] [-collapse boolean] [-defineTemplate string] [-dockToControl string string] [-dockToMainWindow string boolean] [-dockToPanel string string boolean] [-duplicatable boolean] [-exists] [-floating boolean] [-height] [-heightProperty string] [-horizontal boolean] [-initCallback string] [-initialHeight int] [-initialWidth int] [-label string] [-loadImmediately boolean] [-minimumWidth boolean] [-raise] [-requiredControl string] [-requiredPlugin string] [-resizeHeight int] [-resizeWidth int] [-restore] [-retain boolean] [-stateString string] [-tabPosition string boolean] [-tabToControl string int] [-uiScript script] [-useTemplate string] [-visible boolean] [-visibleChangeCommand script] [-width] [-widthProperty string]
[name]
workspaceControl は、取り消し可能、照会可能、および編集可能です。
レイアウトにウィンドウを配置するために使われるウィジェットを作成および管理します。これによりウィンドウのドッキングと積み重ねが可能になります。string | コントロールへのフル パス名です。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-checksPlugins(-cp)
|
boolean
|
![]() ![]() |
||
|
||||
-close(-cl)
|
|
![]() |
||
|
||||
-closeCommand(-cc)
|
script
|
![]() ![]() |
||
|
||||
-collapse(-clp)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-defineTemplate(-dt)
|
string
|
![]() |
||
|
||||
-dockToControl(-dtc)
|
string string
|
![]() ![]() |
||
|
||||
-dockToMainWindow(-dtm)
|
string boolean
|
![]() ![]() |
||
|
||||
-dockToPanel(-dtp)
|
string string boolean
|
![]() ![]() |
||
|
||||
-duplicatable(-dup)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-exists(-ex)
|
|
![]() |
||
|
||||
-floating(-fl)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-height(-h)
|
|
![]() |
||
|
||||
-heightProperty(-hp)
|
string
|
![]() ![]() ![]() |
||
|
||||
-horizontal(-hr)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-initCallback(-ic)
|
string
|
![]() ![]() ![]() |
||
|
||||
-initialHeight(-ih)
|
int
|
![]() ![]() |
||
|
||||
-initialWidth(-iw)
|
int
|
![]() ![]() |
||
|
||||
-label(-l)
|
string
|
![]() ![]() ![]() |
||
|
||||
-loadImmediately(-li)
|
boolean
|
![]() ![]() |
||
|
||||
-minimumWidth(-mw)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-raise(-r)
|
|
![]() ![]() |
||
|
||||
-requiredControl(-rc)
|
string
|
![]() ![]() ![]() |
||
|
||||
-requiredPlugin(-rp)
|
string
|
![]() ![]() ![]() |
||
|
||||
-resizeHeight(-rsh)
|
int
|
![]() |
||
|
||||
-resizeWidth(-rsw)
|
int
|
![]() |
||
|
||||
-restore(-rs)
|
|
![]() ![]() |
||
|
||||
-retain(-rt)
|
boolean
|
![]() |
||
|
||||
-stateString(-ss)
|
string
|
![]() ![]() ![]() |
||
|
||||
-tabPosition(-tp)
|
string boolean
|
![]() ![]() ![]() |
||
|
||||
-tabToControl(-ttc)
|
string int
|
![]() ![]() |
||
|
||||
-uiScript(-ui)
|
script
|
![]() ![]() |
||
|
||||
-useTemplate(-ut)
|
string
|
![]() |
||
|
||||
-visible(-vis)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-visibleChangeCommand(-vcc)
|
script
|
![]() ![]() |
||
|
||||
-width(-w)
|
|
![]() |
||
|
||||
-widthProperty(-wp)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
global proc createCustomWorkspaceControlUI() { columnLayout; button; button; button; } workspaceControl -retain false -floating true -uiScript "createCustomWorkspaceControlUI();" myCustomWorkspaceControl;