Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Apply callback to children
Date: Thu, 8 Jan 2009 21:39:02 +0000 (UTC)
Organization: Battelle Energy Alliance (INL)
Lines: 11
Message-ID: <gk5rpm$la1$1@fred.mathworks.com>
References: <gk3a05$9u7$1@fred.mathworks.com> <gk3bkm$oql$1@fred.mathworks.com> <gk5gle$l6j$1@fred.mathworks.com> <gk5h86$202$1@fred.mathworks.com> <gk5o7a$kap$1@fred.mathworks.com> <gk5r51$6re$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1231450742 21825 172.30.248.35 (8 Jan 2009 21:39:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 8 Jan 2009 21:39:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688530
Xref: news.mathworks.com comp.soft-sys.matlab:510506


"Jiro Doke" <jiro.doke@mathworks.com> wrote in message 
>BTW, you can also use findobj to find the handles:
> 
> ch = findobj(figH, 'type', 'uicontrol', 'style', 'pushbutton');
> 
> 
> jiro

D-oh!
When am I ever going to learn to use findobj!  :)
I guess I am stuck with being a low-level kinda guy when it comes to handle graphics, I never think of findobj.  Maybe this will make me!  Thanks jiro.