view m-toolbox/m/gui/@jcontrol/ancestor.m @ 41:6def6533cb16
database-connection-manager
Report authentication errors to user
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 18:04:34 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − function h=ancestor(obj, type)
+ − % ANCESTOR function overloaded as JCONTROL method
+ − %
+ − % Example:
+ − % h=ancestor(obj, type)
+ − %
+ − % returns the appropriate ancestor of the obj.hgcontainer
+ − %
+ − % See also builtin/ancestor
+ − %
+ −
+ − h=ancestor(obj.hgcontainer, type);
+ − return
+ − end