gpeAddDummy
gpeAddDummy(u_sandbox t_direction[?nx_rowsCols] [?dummyConfigl_dummyConfig] [?verbose{t|nil} ] ) =>t/nil
Description
Adds the specified number of dummy rows or columns in the given direction to the specified Modgen sandbox object.
The dummy configuration entry, if specified, is used to configure the default entries. The master for the generated dummy entries is set to either the dummy configuration entry, which provides the master lib:cell:view specification, or the grid entries. Even if the dummy configuration entry specifies the source, the value is ignored and source is calculated based on the grid entries.
Arguments
Value Returned
Example
Defines a Modgen sandbox sbox, and then adds dummy rows to the left side of the sandbox:
sbox = gpeEditSandbox()
gpeAddDummy(sbox "left")
=> t
Return to top