uimenu Create a menu or a submenu in a figure Calling Sequence h=uimenu([prop1,val1] [,prop2, val2] ...) h=uimenu(parent,[prop1, val1] [,prop2, val2] ...) Arguments parent Handle Handle of the parent of the menu. prop{1, 2 ...} String Name of a property to set up. All available properties are listed on the uimenu properties help page. val{1, 2 ...} Scilab object Value to affect to the corresponding property. h Handle Handle of the created menu. Description This function allows to create menus in a figure. If parent is a figure, then the menu item will be added to the menu bar of the figure. If parent is a menu item , then the new item will be added to the parent item, allowing to create cascaded menus. Examples Menus or menuitem can have a LaTeX or a MathML label x2'); mm2=uimenu(mmathml,'label', 'a2+b2=c2'); ]]> See Also uimenu properties figure uicontrol uicontextmenu set get LaTeX and MathML