www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@itemlist1/itemlist1.m

    function h=itemlist1(varargin)
%ITEMLIST1  Construct an itemlist1 object

%  Copyright 2000-2010 The MathWorks, Inc. and Ford Global Technologies, Inc.


h=xregGui.itemlist1;
set(h,varargin{:});

if isempty(h.Parent)
    h.Parent=gcf;
end

h.AxH = xregGui.scrollaxes('Parent',h.Parent,...
    'BackgroundColor',h.BackgroundColor,...
    'Position',h.Position,...
    'Visible',h.Visible,...
    'Yzeromode','top');
h.SelImH = image(h.AxH, 'Visible','off');

h.doSetup;