cmGrPlotAudio.c : The audio plot object no longer uses the underlying
graphic objects 'user' pointer. This was a bug because the user of the
audio object itself might use this pointer thereby overwrite the pointer
set internally by the audio object.
Changed cmGr,cmGrPlot,cmGrPlotAudio to better handle events.
Rewrote cmGr.c::cmGrEvent()
Callback cmGrIsInsideObj() now must evaluate both if the mouse point is
inside the object and also if the object can handle the event. This
allows the actual plot object which can handle an event to be identified
by cmGrEvent().
_cmGrPlotObjEvent() still needs to be updated to account for these changes.