function target(h,Constr)
%TARGET  Points edit dialog to a particular constraint.

%   Authors: P. Gahinet
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.2 $ $Date: 2004/12/10 19:33:21 $

% RE: h = @tooleditor handle

% Retarget tooldlg to appropriate container/constraint
h.Dialog.target(h.Container,Constr);
