Specifications
Getting Started Example
1-21
2. Set the Label and Tag
Set the Label property to the word File. This is the name of the menu as it
appears on the GUI menu bar. Set the
Tag property to a descriptive name.
GUIDE uses the
Tag property to name the menu callback function (as well as
the field in the
handles structure that contains the menu handle).
Initially, the
Callback property is set to <automatic>. This means GUIDE
automatically adds a callback function to the application M-file when you save
or activate the GUI.