SELECT_OBJECTS Name
             SELECT_OBJECTS
Purpose
      
       The purpose of this program is to demonstrate how to select
      
       and move objects in an object graphics window. Once the objects
      
       appear in the window, use your mouse to select the objects and
      
       move them in the window. The window is resizeable.
Author
      
       FANNING SOFTWARE CONSULTING 
      
       David Fanning, Ph.D. 
              1645 Sheely Drive
              Fort Collins, CO 80526 USA
              Phone: 970-221-0438
              E-mail: david@idlcoyote.com
      
       Coyote's Guide to IDL Programming: http://www.idlcoyote.com
Category
      
       Object Graphics. Calling Sequence
             SELECT_OBJECTS
Required Inputs
              None.
Keyword Parameters
      
       None. Common Blocks
      
       None. Side Effects
      
       None. Restrictions
      
       Requires VCOLORBAR from the Coyote Library:
          
           http://www.idlcoyote.com/programs/vcolorbar__define.pro.
Example
      
       Select_Objects Modification History
             Written by David Fanning, 21 September 98.
      
       Added the ability to shrink and expand the objects. 27 Sept 98. DWF.