Creating Graphical User Interfaces |
Creating Menus -- The Menu Editor
MATLAB enables you to create two kinds of menus:
You can create both types of menus using the Menu Editor. Access the Menu Editor from the Tools menu or from the Layout Editor toolbar.
These menus are implemented with uimenu
and uicontextmenu
objects. See Menu Callbacks for information about defining callback subfunctions for your menus.
Viewing the Object Hierarchy -- The Object Browser | Defining Menus for the Menu Bar |
© 1994-2005 The MathWorks, Inc.