home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Utilities
/
ACDPlay
/
src
/
V1.5
/
Structures
/
BevelBox.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-12-02
|
280b
|
13 lines
/* BevelBox.h */
struct BevelBox
{
struct BevelBox *bb_NextBevelBox;
WORD bb_LeftEdge;
WORD bb_TopEdge;
WORD bb_Width;
WORD bb_Height;
UBYTE bb_FrameType; /* BBFT_BUTTON, BBFT_RIDGE, BBFT_ICONDROPBOX, V39 */
BOOL bb_Recessed;
APTR bb_VisualInfo;
};