home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SASC6571.LZX
/
extras
/
guiprof
/
SMbarpr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-26
|
334 b
|
21 lines
/* support: walker */
struct VBGadImage
{
struct Gadget gadget;
struct Image image;
struct Image image2;
SHORT gadgetID;
short freeimage;
};
struct VBar
{
struct Window *window;
struct PropInfo propinfo;
struct VBGadImage g;
struct VBGadImage ta;
struct VBGadImage ba;
};
#include "SMbar.h"