home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
misc
/
vcb.lha
/
vcb
/
vcx_private.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-15
|
287 b
|
22 lines
#ifndef VCX_PRIVATE_H
#define VCX_PRIVATE_H
#include "vcx.h"
/* instance data structure */
struct VCX
{
int total, top, visible;
UWORD freedom;
APTR less_image;
APTR more_image;
APTR prop, less, more;
APTR target;
};
/* button IDs */
#define LESS_ID 1
#define MORE_ID 2
#endif