#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