home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / mui / mui_developer / autodocs / mui_menustrip.doc < prev    next >
Text File  |  1997-03-10  |  739b  |  26 lines

  1. TABLE OF CONTENTS
  2.  
  3. Menustrip.mui/Menustrip.mui
  4. Menustrip.mui/MUIA_Menustrip_Enabled
  5. Menustrip.mui/Menustrip.mui
  6.  
  7.     Menustrip class is the base class for MUI's object oriented
  8.     menus. Its children are objects of Menu class, each of
  9.     them describes exactly one menu.
  10.  
  11.     A Menustrip object doesn't feature many options itself, but
  12.     as a subclass of Family class, it simply acts as father for
  13.     multiple Menu objects.
  14.  
  15.     The Menustrip object is usually specified as a child of
  16.     either Application class or window class with the
  17.     attributes MUIA_Application_Menustrip or
  18.     MUIA_Window_Menustrip.
  19. Menustrip.mui/MUIA_Menustrip_Enabled
  20.  
  21.     NAME
  22.     MUIA_Menustrip_Enabled -- (V8 ) [ISG], BOOL
  23.  
  24.     FUNCTION
  25.     Enable or disable the complete menu strip.
  26.