cleReinitialize
cleReinitialize(
w_windowID
)
=> t / nil
Description
Reinitializes a Concurrent Layout cellview if there are objects added to it outside the Concurrent Layout environment.
Arguments
Value Returned
|
The edit cellview of the specified window has been reinitialized. |
||
|
The edit cellview of the specified window is not reinitialized. |
||
Examples
The edit cellview open in the window winId is reinitialized for Concurrent Layout editing.
cleReInitialize(winId)
=> t
Return to top