geSetBackgroundCellView
geSetBackgroundCellView(w_windowIdd_cellViewId|l_libName,cellName,viewName[l_transform] ) => t / nil
Description
Sets a background cellview on specified window. A cellview ID or a list of libName, cellName, and viewName can be given.
Arguments
|
Cellview ID or a list specifying the library, cell, or view name. |
|
|
Optional argument that will place the background cellview at a specified location and rotation. |
|
Value Returned
Examples
Places the background cellview at location 5:10 with a rotation R90.
geSetBackgroundCellView(window(3) list( "myLib" "myCell" "layout")
geSetBackgroundCellView(winId list(libname cellname viewname) list(5:10 "R0"))
geSetBackgroundCellView(winId cvId list(5:10 "R0"))
Related Topics
Return to top