WIDGET_GETOFFSET Name
WIDGET_GETOFFSET
Purpose
Get x/y position of a subwidget. Category
Calling Sequence
widget_getoffset, id, xout, yout Inputs
id = Wiget ID of subwidget (like a button). in
Keyword Parameters
Keywords
/POSITION return widget position from screen lower
left corner instead screen upper left corner.
ERROR=err 0: ok, else error.
Outputs
xp, yp = Returned x/y position of subwidget. out
Common Blocks
Notes
Modification History
R. Sterner, 2003 Mar 13
R. Sterner, 2010 Jun 04 --- Converted arrays from () to [].
Copyright (C) 2003, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.