home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / mui / mui14-dv.lha / MUI / Developer / Autodocs / MUI_Prop.doc < prev    next >
Encoding:
Text File  |  1993-10-28  |  1.2 KB  |  57 lines

  1. TABLE OF CONTENTS
  2.  
  3. Prop.mui/Prop.mui
  4. Prop.mui/MUIA_Prop_Entries
  5. Prop.mui/MUIA_Prop_First
  6. Prop.mui/MUIA_Prop_Horiz
  7. Prop.mui/MUIA_Prop_Visible
  8. Prop.mui/Prop.mui
  9.  
  10. Prop class generates the well known proportional gadgets.
  11. It offers the same attributes as a usual boopsi gadget
  12. of propgclass. However, MUI's prop gadgets allow using
  13. any imagery for the knob and for the background.
  14. Prop.mui/MUIA_Prop_Entries
  15.  
  16.     NAME
  17.     MUIA_Prop_Entries -- [ISG], LONG
  18.  
  19.     FUNCTION
  20.     Set or get the total number of entries.
  21.  
  22.     SEE ALSO
  23.     MUIA_Prop_Horiz, MUIA_Prop_Visible, MUIA_Prop_First
  24. Prop.mui/MUIA_Prop_First
  25.  
  26.     NAME
  27.     MUIA_Prop_First -- [ISG], LONG
  28.  
  29.     FUNCTION
  30.     Set or get the number of the first entry.
  31.  
  32.     SEE ALSO
  33.     MUIA_Prop_Horiz, MUIA_Prop_Visible, MUIA_Prop_Entries
  34. Prop.mui/MUIA_Prop_Horiz
  35.  
  36.     NAME
  37.     MUIA_Prop_Horiz -- [I.G], BOOL
  38.  
  39.     FUNCTION
  40.     Determine if you want a horizontal or a vertical
  41.     prop gadget.
  42.  
  43.     Defaults to FALSE, i.e. vertical.
  44.  
  45.     SEE ALSO
  46.     MUIA_Prop_Entries, MUIA_Prop_Visible, MUIA_Prop_First
  47. Prop.mui/MUIA_Prop_Visible
  48.  
  49.     NAME
  50.     MUIA_Prop_Visible -- [ISG], LONG
  51.  
  52.     FUNCTION
  53.     Set or get the number of visible entries.
  54.  
  55.     SEE ALSO
  56.     MUIA_Prop_Horiz, MUIA_Prop_Entries, MUIA_Prop_First
  57.