www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@itemList/pListResourceLocation.m

    function sLocation = pListResourceLocation(obj)
%PLISTRESOURCELOCATION Return the location of bitmap resources
%
%  RESLOC = PLISTRESOURCELOCATION(OBJ) returns a string containing the
%  resource location for the list.  Typically this will be the return of
%  either CGRESPATH or XREGRESPATH.  The default is CGRESPATH.

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


sLocation = cgrespath;