function h = ghandles(this)
%  GHANDLES  Returns a 3-D array of handles of graphical objects associated
%            with a eventCharView object.

%  Author(s):  
%  Revised:
%  Copyright 1986-2002 The MathWorks, Inc.
%  $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:37:38 $

%h = cat(3, [this.VLines(:) this.Labels(:)]);
h = cat(3,this.VLines(:),this.Points(:));

% REVISIT: Include line tips when handle(NaN) workaround removed
