home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- Pendisplay.mui/Pendisplay.mui
- Pendisplay.mui/MUIA_Pendisplay_RGBcolor
- Pendisplay.mui/MUIA_Pendisplay_Spec
- Pendisplay.mui/Pendisplay.mui
-
- Pendisplay class takes a struct MUI_PenSpec and displays it.
- Its main use is to be sub-classed by Poppen class which adds
- a popup window to adjust the MUI_PenSpec. Poppen class should
- be used by every application that allows users to configure
- custom drawing pens.
- Pendisplay.mui/MUIA_Pendisplay_RGBcolor
-
- NAME
- MUIA_Pendisplay_RGBcolor -- (V11) [ISG], struct MUI_RBBcolor *
-
- FUNCTION
- Private attribute, only for PSI.
- Pendisplay.mui/MUIA_Pendisplay_Spec
-
- NAME
- MUIA_Pendisplay_Spec -- (V11) [ISG], struct MUI_PenSpec *
-
- FUNCTION
- The black box structure MUI_PenSpec specifies a drawing
- pen which should be displayed by Pendisplay class. If you
- use Poppen class to allow your users to configure custom
- drawing pens, its this attribute that you need to get()
- and save in your preferences.
-
- Use the functions MUI_ObtainPen() and MUI_ReleasePen()
- from muimaster.library and the MUIPEN() macro to get
- a usable value for SetAPen() from a struct MUI_PenSpec.
-
- NOTE: In allmost all cases you will use Poppen class which
- is a subclass of Pendisplay class.
-
- SEE ALSO
- muimaster.library/MUI_ObtainPen(),
- muimaster.library/MUI_ReleasePen()
-