geZoomToBackgroundAndEditCV
geZoomToBackgroundAndEditCV (
[ w_windowId ]
)
=> t / nil
Description
When a background cellview is set on the window, zooms to fit the background cellview and the current edit cellview. If a background cellview is not set on the window, zooms to fit the current edit cellview.
Arguments
Value Returned
Examples
Zooms to fit the background cellview and edit cellview in window 3.
geZoomToBackgroundAndEditCV(window(3))
Related Topics
Background Cellview Functions
Return to top