OBJ_DRAW Name
OBJ_DRAW Purpose
Display graphical object in a resizable window.
Category
Calling Sequence
obj_draw, obj Inputs
obj = Object to display. in
Must have a DRAW method.
Should also have a method called XSET which is
a widget interface to all plot control parameters.
XSET method should accept group_leader and current
plot window.
Keyword Parameters
Keywords
TITLE=ttl Window title (def=none).
/NOTITLE Suppress title bar. To move window drag
while holding down the ALT key.
XSIZE=xs, YSIZE=ys Given initial display window size.
WIN=win returned window ID.
WID=wid returned widget ID for this widget.
GROUP_LEADER=group Set group leader. When it is
iconized or destroyed this widget will be too.
ANNOTATE=ann Name of a procedure called after the
objects DRAW method to add annotation. Optional.
/USER_OPTIONS lists notes on adding custom options.
Outputs
Common Blocks
Notes
Notes: window may be resized with the pointing device.
Modification History
R. Sterner, 1997 Nov 21
R. Sterner, 1999 Jun 10 --- returned to this routine.
R. Sterner, 1999 Nov 16 --- Added GROUP_LEADER for XSET call.
R. Sterner, 1999 Dec 14 --- Improved debug mode.
Copyright (C) 1997, 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.