home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / mui / mui_developer / autodocs / mui_scrollbar.doc < prev    next >
Text File  |  1997-03-10  |  1KB  |  34 lines

  1. TABLE OF CONTENTS
  2.  
  3. Scrollbar.mui/Scrollbar.mui
  4. Scrollbar.mui/MUIA_Scrollbar_Type
  5. Scrollbar.mui/Scrollbar.mui
  6.  
  7.     The Scrollbar class has no objects and attributes itself.
  8.     It just connects a proportional gadget and two button
  9.     gadgets with approriate imagery to make up a scrollbar.
  10.  
  11.     Since Scrollbar class is a subclass of Group class,
  12.     every attribute and method is passed through to all
  13.     of its children. Thus, you can talk and listen to
  14.     a scrollbar as if it was just a single prop gadget.
  15.  
  16.     You can use the attribute MUIA_Group_Horiz as with
  17.     any other group to determine if the scrollbar should
  18.     be horizontal or vertical. By default, a vertical
  19.     scrollbar is generated.
  20. Scrollbar.mui/MUIA_Scrollbar_Type
  21.  
  22.     NAME
  23.     MUIA_Scrollbar_Type -- (V11) [I..], LONG
  24.  
  25.     SPECIAL INPUTS
  26.     MUIV_Scrollbar_Type_Default
  27.     MUIV_Scrollbar_Type_Bottom
  28.     MUIV_Scrollbar_Type_Top
  29.     MUIV_Scrollbar_Type_Sym
  30.  
  31.     FUNCTION
  32.     Specify a certain scrollbar type. Normally, you should respect
  33.     the users choice and avoid using this attribute.
  34.