home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 5 / amigaformatcd05.iso / mui / developer / autodocs / mui_scrollgroup.doc < prev    next >
Text File  |  1996-08-13  |  2KB  |  69 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/MUIA_Scrollgroup_UseWinBorder
  8. Scrollgroup.mui/Scrollgroup.mui
  9.  
  10.     Scrollgroup objects can be used to supply virtual groups with
  11.     scrollbars. These scrollbars automatically adjust according
  12.     to the virtual and display sizes of the underlying virtual
  13.     group. When scrolling is unnecessary (i.e. the virtual group
  14.     is completely visible), the scrollers might get disabled
  15.     or even disappear completely, depending on the users 
  16.     preferences settings.
  17. Scrollgroup.mui/MUIA_Scrollgroup_Contents
  18.  
  19.     NAME
  20.     MUIA_Scrollgroup_Contents -- (V4 ) [I..], Object *
  21.  
  22.     FUNCTION
  23.     You have to specify an object of Virtgroup class here.
  24. Scrollgroup.mui/MUIA_Scrollgroup_FreeHoriz
  25.  
  26.     NAME
  27.     MUIA_Scrollgroup_FreeHoriz -- (V9 ) [I..], BOOL
  28.  
  29.     FUNCTION
  30.     Specify if a scroll group should be horizontally moveable.
  31.     Defaults to TRUE.
  32. Scrollgroup.mui/MUIA_Scrollgroup_FreeVert
  33.  
  34.     NAME
  35.     MUIA_Scrollgroup_FreeVert -- (V9 ) [I..], BOOL
  36.  
  37.     FUNCTION
  38.     Specify if a scroll group should be vertically moveable.
  39.     Defaults to TRUE.
  40. Scrollgroup.mui/MUIA_Scrollgroup_UseWinBorder
  41.  
  42.     NAME
  43.     MUIA_Scrollgroup_UseWinBorder -- (V13) [I..], BOOL
  44.  
  45.     FUNCTION
  46.     If you set this to TRUE, MUI will automatically make this
  47.     scrollgroup controllable from gadgets in the window border.
  48.     MUI will use the right border scroller if the virtual
  49.     groups is allowed to move vertically and the bottom
  50.     border scroller if the virtual group is allowed to move
  51.     horizontally.
  52.  
  53.     NOTES
  54.     You must set MUIA_Window_UseXXXBorderScroller for your 
  55.     parent window respectively to use this feature.
  56.  
  57.     This attribute is not the same as MUIA_Prop_UseWinBorder.
  58.     The latter one allows to specify a border directly whereas
  59.     MUIA_Scrollgroup_UseWinBorder is just a BOOLEAN. MUI will
  60.     decide which borders to use according to the FreeHoriz and
  61.     FreeVert settings.
  62.  
  63.     SEE ALSO
  64.     Window.mui/MUIA_Window_UseBottomBorderScroller,
  65.     Window.mui/MUIA_Window_UseLeftBorderScroller,
  66.     Window.mui/MUIA_Window_UseRightBorderScroller,
  67.     Prop.mui/MUIA_Prop_UseWinBorder,
  68.     MUIA_Scrollgroup_FreeHoriz, MUIA_Scrollgroup_FreeVert
  69.