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

  1. TABLE OF CONTENTS
  2.  
  3. Pendisplay.mui/Pendisplay.mui
  4. Pendisplay.mui/MUIA_Pendisplay_RGBcolor
  5. Pendisplay.mui/MUIA_Pendisplay_Spec
  6. Pendisplay.mui/Pendisplay.mui
  7.  
  8.     Pendisplay class takes a struct MUI_PenSpec and displays it.
  9.     Its main use is to be sub-classed by Poppen class which adds
  10.     a popup window to adjust the MUI_PenSpec. Poppen class should
  11.     be used by every application that allows users to configure
  12.     custom drawing pens.
  13. Pendisplay.mui/MUIA_Pendisplay_RGBcolor
  14.  
  15.     NAME
  16.     MUIA_Pendisplay_RGBcolor -- (V11) [ISG], struct MUI_RBBcolor *
  17.  
  18.     FUNCTION
  19.     Private attribute, only for PSI.
  20. Pendisplay.mui/MUIA_Pendisplay_Spec
  21.  
  22.     NAME
  23.     MUIA_Pendisplay_Spec -- (V11) [ISG], struct MUI_PenSpec  *
  24.  
  25.     FUNCTION
  26.     The black box structure MUI_PenSpec specifies a drawing
  27.     pen which should be displayed by Pendisplay class. If you
  28.     use Poppen class to allow your users to configure custom
  29.     drawing pens, its this attribute that you need to get()
  30.     and save in your preferences.
  31.  
  32.     Use the functions MUI_ObtainPen() and MUI_ReleasePen()
  33.     from muimaster.library and the MUIPEN() macro to get
  34.     a usable value for SetAPen() from a struct MUI_PenSpec.
  35.  
  36.     NOTE: In allmost all cases you will use Poppen class which
  37.     is a subclass of Pendisplay class. 
  38.  
  39.     SEE ALSO
  40.     muimaster.library/MUI_ObtainPen(),
  41.     muimaster.library/MUI_ReleasePen()
  42.