www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@listCentricUI/pMakeMenus.m

    function pMakeMenus(obj)
%PMAKEMENUS Create the menus for the object
%
%  PMAKEMENUS(OBJ) is called when menus should be created for the GUI.

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


% Make the figure menus
obj.pMakeViewMenu;
obj.pMakeInputsMenu;

% Make context menu for graphs
uic = obj.pMakeGraphsContextMenu;
obj.GraphsView.UIContextMenu = uic;