dbSetInstTransparent
dbSetInstTransparent
d_instanceId
g_transparent
)
=> t / nil
Description
Sets an instance as transparent to the Virtuoso Layout Suite XL binder.
Arguments
|
A Boolean that determines whether instance should be set as transparent. |
Value Returned
Examples
dbSetInstTransparent(inst, t)
Makes instance inst transparent. When Virtuoso Layout Suite XL binder is run, this instance is considered as transparent, enabling bindings to be made for instances inside the master of this instance.
dbSetInstTransparent(inst, nil)
Removes transparency from the instance inst. Virtuoso Layout Suite XL can no longer bind to the instances inside the master of this instance.
Return to top