hiAbsolutePan
hiAbsolutePan(
[ w_window ]
[ n_%x ]
[ n_%y ]
)
=> t / nil
Description
Scrolls a window in any direction by specifying the amount to pan as a percentage of the window size.
Arguments
|
w_window
|
The window that you want to pan. If not specified, the current window is used.
Note: w_window cannot be a session window or a dockable window.
|
|
n_%x
|
Percentage of panning in the design in the x-direction. If not specified, the default of 0 is used.
|
|
n_%y
|
Percentage of panning in the design in the y-direction. If not specified, the default of 0 is used.
|
Value Returned
|
t
|
The window can be scrolled in any direction.
|
|
nil
|
zoomPanProc or uPointToDbuProc are not registered on the window.
|
Related Topics
hiPan
hiVectorPan
hiDeltaPan
hiDynamicPanAbsolute
hiDynamicPanRelative
hiDynamicPanInteractive
hiRegZoomPanProc
hiUnregZoomPanProc
Return to top