📄 ancestor.m
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -