Produced by IDL 7.1.1
Developer Documentation

./plotter
gbtbox_cursor.pro

Last modification date:
Wed Sep 28 13:27:13 2016

gbtbox_cursor

procedure gbtbox_cursor[, x0][, y0][, nx][, ny], [/INIT], [/FIXED_SIZE], [MESSAGE=string]

GBTIDL front end to IDL provided box_cursor to allow it to work with the gbtidl plotter. See the documentation for box_cursor for more information on these arguments. Some times after box_cursor returns (the right mouse button is clicked) the gbtidl plotter sees some middle mouse events (this is especially true if the right click coincided with movement). That may cause an unanticipated zoom. I'm not sure how to protect against that since I can't tell exactly what's happening there.

Common blocks
gbtplot_common

Parameters
x0
in/out, optional
variable
X value of lower left corner of box
y0
in/out, optional
variable
Y value of lower left corner of box
nx
in/out, optional
variable
width of box in pixels
ny
in/out, optional
variable
height of box in pixels

Keywords
INIT
in, optional
boolean
If set, the parameters (x0, y0, nx, and ny) contain the initial values for the box.
FIXED_SIZE
in, optional
boolean
If set, nx and ny give the initial size of the box, which can not be changed.
MESSAGE
in, optional
string
Print a short message during operation of the cursor.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:21 2016