Home
last modified time | relevance | path

Searched defs:PictureProperties (Results 1 – 1 of 1) sorted by relevance

/dports/editors/ted/Ted-2.23/docBase/
H A DdocPictureProperties.h18 typedef struct PictureProperties struct
20 unsigned char pipType;
21 signed char pipMapMode;
23 int pip_xWinExt; /* Of metafile picture. */
24 int pip_yWinExt; /* Of metafile picture. */
27 int pipTwipsWide; /* Width of object. */
28 int pipTwipsHigh; /* Height of object. */
57 } PictureProperties; argument