home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / UIMENU.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.1 KB  |  26 lines

  1. %UIMENU Create user interface menu.
  2. %     UIMENU('PropertyName1',value1,'PropertyName2,'value2,...) creates
  3. %       a menu on the menu bar at the top of the current figure window,
  4. %       and returns a handle to it.
  5. %     UIMENU(H,...) creates a new menu with H as a parent. H must be a
  6. %    figure handle or a menu handle. If H is a figure handle, UIMENU
  7. %       creates a menu on the menu bar at the top of the window. If H is
  8. %       handle to a menu on the menu bar, the new menu is a menu item
  9. %       beneath the parent item on the menu bar.  If H is a handle to a
  10. %       menu item, UIMENU creates a walking menu beneath the menu item.
  11. %
  12. %    Menu properties can be set at object creation time using
  13. %       PropertyName/PropertyValue pair arguments to UIMENU, or changed
  14. %       later using the SET command.
  15. %
  16. %       Execute GET(H) to see a list of UIMENU object properties and
  17. %       their current values. Execute SET(H) to see a list of UIMENU
  18. %       object properties and legal property values. See a reference
  19. %       guide for more information.
  20. %
  21. %    See also SET, GET, UICONTROL.
  22.  
  23. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  24. %    Built-in function.
  25.