Home > freetb4matlab > plot > allchild.m

allchild

PURPOSE ^

% Find all children including hidden children of an object.

SYNOPSIS ^

function h = allchild (ha)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{h} =} allchild (@var{handles})
% Find all children including hidden children of an object.
%
% This function is similar to @code{get (h, 'children')}, but also
% returns includes hidden objects.  If @var{handles} is a scalar,
% @var{h} will be a vector, and if not, @var{h} will be a cell matrix
% with the same size as @var{handles} and each cell will contain a
% vector of handles.
% @seealso{get, set, findall, findobj}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003