deGetEditContext
deGetEditContext( [w_window] ) =>g_context/ nil
Description
Returns the context for the item on the window stack corresponding to the current edit level.
This function is equivalent to
deGetContext(w_windowdeGetEditLevel(w_window))
Arguments
|
Window in which the context is desired. Defaults to the current window. |
Value Returned
Examples
Assuming window(3) contains a cellview at the current edit level, returns the graphics editor context at that level.
deGetEditContext( window(3))
Return to top