|
![]() |
![]() |
version 2003
Use
PA_GetPluginProperties
at
eAE_Init
or at
eAE_DesignUpdate
only.
To use the properties later, save them in the private data of the area.`
typedef struct PA_PluginProperties
{
short fVersion;
short fFontID; // Macintosh font ID
short fJustification;
char fFontSize;
char fFontFace;
long fForeColor;
long fBackColor;
void* fAdvancedProperties;
long fAdvancedPropertiesSize;
char fPageMode; // 0: List, 1: Page, 2: Page non enterable.
char fPrintingMode; // 0: Not printing, -1: Printing, -2: Print line.
short fPage;
short fTable;
long fUnused;
char fDraggable;
char fDroppable;
short fLook;
void* fMacWindow;
void* fMacPort;
void* fWinHWND;
void* fWinHDC;
char fInterProcessVariable;
} PA_PluginProperties;