home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / gui / mui31dev.lha / MUI / Developer / Autodocs / MUI_Scrollgroup.doc < prev    next >
Encoding:
Text File  |  1995-11-22  |  1.1 KB  |  39 lines

  1. TABLE OF CONTENTS
  2.  
  3. Scrollgroup.mui/Scrollgroup.mui
  4. Scrollgroup.mui/MUIA_Scrollgroup_Contents
  5. Scrollgroup.mui/MUIA_Scrollgroup_FreeHoriz
  6. Scrollgroup.mui/MUIA_Scrollgroup_FreeVert
  7. Scrollgroup.mui/Scrollgroup.mui
  8.  
  9.     Scrollgroup objects can be used to supply virtual groups with
  10.     scrollbars. These scrollbars automatically adjust according
  11.     to the virtual and display sizes of the underlying virtual
  12.     group. When scrolling is unnecessary (i.e. the virtual group
  13.     is completely visible), the scrollers might get disabled
  14.     or even disappear completely, depending on the users 
  15.     preferences settings.
  16. Scrollgroup.mui/MUIA_Scrollgroup_Contents
  17.  
  18.     NAME
  19.     MUIA_Scrollgroup_Contents -- (V4 ) [I..], Object *
  20.  
  21.     FUNCTION
  22.     You have to specify an object of Virtgroup class here.
  23. Scrollgroup.mui/MUIA_Scrollgroup_FreeHoriz
  24.  
  25.     NAME
  26.     MUIA_Scrollgroup_FreeHoriz -- (V9 ) [I..], BOOL
  27.  
  28.     FUNCTION
  29.     Specify if a scroll group should be horizontally moveable.
  30.     Defaults to TRUE.
  31. Scrollgroup.mui/MUIA_Scrollgroup_FreeVert
  32.  
  33.     NAME
  34.     MUIA_Scrollgroup_FreeVert -- (V9 ) [I..], BOOL
  35.  
  36.     FUNCTION
  37.     Specify if a scroll group should be vertically moveable.
  38.     Defaults to TRUE.
  39.