hiPan
hiPan(
[ w_window ]
[ l_point ]
)
=> t / nil
Description
Scrolls a window so that the display is centered on a point.
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.
|
|
l_point
|
Point you wish to be at the center of the window. If not specified, the user is prompted.
|
Value Returned
|
t
|
The display is centered.
|
|
nil
|
zoomPanProc, dbuToUPProc, or uPointToDbuProc are not registered on the window.
|
Related Topics
hiVectorPan
hiDeltaPan
hiAbsolutePan
hiDynamicPanAbsolute
hiDynamicPanRelative
hiDynamicPanInteractive
hiUnregZoomPanProc
Return to top