home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
gui
/
ClassFree_src.lha
/
ClassFree_src
/
CFlistclass
/
CFlist.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-11-07
|
319 b
|
16 lines
#ifndef CFLIST_H
#define CFLIST_H
/* Public headerfile for CFlistclass */
#define CFlistClassName "CFlistclass"
#include <libraries/gadtools.h>
#define CFL_Labels GTLV_Labels
#define CFL_Top GTLV_Top
#define CFL_ReadOnly GTLV_ReadOnly
#define CFL_Selected GTLV_Selected
#define CFL_Visible GTSC_Visible
#endif