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

  1. TABLE OF CONTENTS
  2.  
  3. Virtgroup.mui/Virtgroup.mui
  4. Virtgroup.mui/MUIA_Virtgroup_Height
  5. Virtgroup.mui/MUIA_Virtgroup_Input
  6. Virtgroup.mui/MUIA_Virtgroup_Left
  7. Virtgroup.mui/MUIA_Virtgroup_Top
  8. Virtgroup.mui/MUIA_Virtgroup_Width
  9. Virtgroup.mui/Virtgroup.mui
  10.  
  11.     Virtgroup class generates special kinds of group objects whose
  12.     children can be a lot larger than the actual group. The group
  13.     acts as a (small) window through which a rectangle area of its
  14.     contents is visible.
  15.  
  16.     During layout, MUI tries to place the children of a virtual 
  17.     group in the visible part. If this is impossible, space is
  18.     extended as long as all children fit.
  19.  
  20.     Virtual groups themselves don't offer any scrollbars to allow
  21.     user interaction. These things are handled by scrollgroup class.
  22.     Usually, you don't want to use a virtual group without a
  23.     scrollgroup.
  24. Virtgroup.mui/MUIA_Virtgroup_Height
  25.  
  26.     NAME
  27.     MUIA_Virtgroup_Height -- (V6 ) [..G], LONG
  28.  
  29.     FUNCTION
  30.     Read the virtual height of a virtual group.
  31.     This attribute is quite senseless, better use
  32.     a scrollgroup object to control the virtual group.
  33.  
  34.     SEE ALSO
  35.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top
  36. Virtgroup.mui/MUIA_Virtgroup_Input
  37.  
  38.     NAME
  39.     MUIA_Virtgroup_Input -- (V11) [I..], BOOL
  40.  
  41.     FUNCTION
  42.     Specify if a virtual group should be moveable by clicking
  43.     into it and dragging the mouse. Defaults to TRUE.
  44. Virtgroup.mui/MUIA_Virtgroup_Left
  45.  
  46.     NAME
  47.     MUIA_Virtgroup_Left -- (V6 ) [ISG], LONG
  48.  
  49.     FUNCTION
  50.     Get/set the virtual left edge of a virtual group.
  51.     The left edge will automatically be clipped to
  52.     be between 0 and (VirtualWidth-DisplayWidth).
  53.  
  54.     This attribute is quite senseless, better use
  55.     a scrollgroup object to control the virtual group.
  56.  
  57.     SEE ALSO
  58.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Top
  59. Virtgroup.mui/MUIA_Virtgroup_Top
  60.  
  61.     NAME
  62.     MUIA_Virtgroup_Top -- (V6 ) [ISG], LONG
  63.  
  64.     FUNCTION
  65.     Get/set the virtual top edge of a virtual group.
  66.     The top edge will automatically be clipped to
  67.     be between 0 and (VirtualTop-DisplayTop).
  68.  
  69.     This attribute is quite senseless, better use
  70.     a scrollgroup object to control the virtual group.
  71.  
  72.     SEE ALSO
  73.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Left
  74.  
  75. Virtgroup.mui/MUIA_Virtgroup_Width
  76.  
  77.     NAME
  78.     MUIA_Virtgroup_Width -- (V6 ) [..G], LONG
  79.  
  80.     FUNCTION
  81.     Read the virtual width of a virtual group.
  82.     This attribute is quite senseless, better use
  83.     a scrollgroup object to control the virtual group.
  84.  
  85.     SEE ALSO
  86.     MUIA_Virtgroup_Height, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top
  87.