mac-rom/Toolbox/ControlMgr/PopupTriangle.r
Elliot Nunn 4325cdcc78 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 09:52:23 +08:00

53 lines
857 B
R

/*
File: PopupTriangle.r
Contains: xxx put contents here xxx
Written by: xxx put writers here xxx
Copyright: © 1990 by Apple Computer, Inc., all rights reserved.
Change History (most recent first):
<2> 3/5/90 BBH checkin script nuked part of file so I'm putting it back in
<1> 3/5/90 BBH first checked in
To Do:
*/
#include "Pict.r"
#include "ControlPriv.h"
resource 'PICT' (PopupTrianglePictID, purgeable) {
{-1, -1, 74, 146},
VersionOne {
{ /* array OpCodes: 24 elements */
/* [2] */
clipRgn {
{-1, -1, 74, 146},
$""
},
/* [7] */
paintPoly {
{1, 1, 73, 145},
{ /* array framePoly: 4 elements */
/* [1] */
{1, 1},
/* [2] */
{1, 145},
/* [3] */
{73, 73},
/* [4] */
{1, 1}
}
},
/* [8] */
clipRgn {
{0, 0, 0, 0},
$""
},
}
}
};