CLASS_NAME:
    itoolwaimparms

 PURPOSE (one line):
    To display and edit itool image parameters.

 CATEGORY:
    Widgets

 SUPERCLASSES:

 SUBCLASSES:

 CREATION:
    See itoolwaimparms::init

 METHODS:
    itoolwaimparms::cleanup
    itoolwaimparms::getproperty
    itoolwaimparms::realize
    itoolwaimparms::refresh
    itoolwaimparms::init

 MODIFICATION HISTORY:
    2004/04, Written by Doug Loucks, Consultant for Lowell Observatory.
    (See cw_ipmgr.pro)
    Removed all remnants of compound-widget code; replaced with
 stand-alone code that is compaitble with the new object-oriented version
 of itool.
    Modified the usage of the state-structure variable. A pointer to
 the state structure is stored in the object instance of this tool and
 this tool's object reference is stored in its top-level base.

    2006/03/15 - DWL, Minor modifications to use the methods of the new
                   'itoolimage' object class that was added to the itool GUI.
                   See itoolimage__define.pro and itool__define.pro for
                   details.