// $Id: gadget.h 1.2 1997/07/14 04:24:31 dlorre Exp dlorre $
#ifndef CLASS_GADGET_H
#include "gadgets/gadget.h"
#endif

#ifndef CLASS_BUTTON_H
#include "gadgets/button.h"
#endif

#ifndef CLASS_STRING_H
#include "gadgets/string.h"
#endif

#ifndef CLASS_CSTRING_H
#include "gadgets/cstring.h"
#endif

#ifndef CLASS_NUMBER_H
#include "gadgets/number.h"
#endif

#ifndef CLASS_CNUMBER_H
#include "gadgets/cnumber.h"
#endif

#ifndef CLASS_RADIO_H
#include "gadgets/radio.h"
#endif

#ifndef CLASS_CYCLE_H
#include "gadgets/cycle.h"
#endif

#ifndef CLASS_SLIDER_H
#include "gadgets/slider.h"
#endif

#ifndef CLASS_SCROLLER_H
#include "gadgets/scroller.h"
#endif

#ifndef CLASS_LISTVIEW_H
#include "gadgets/listview.h"
#endif

#ifndef CLASS_CHECKBOX_H
#include "gadgets/checkbox.h"
#endif

#ifndef CLASS_PALETTE_H
#include "gadgets/palette.h"
#endif

#ifndef CLASS_IMGBUT_H
#include "gadgets/imgbut.h"
#endif

#ifndef CLASS_EPROP_H
#include "gadgets/eprop.h"
#endif

#ifndef CLASS_ESLIDE_H
#include "gadgets/eslide.h"
#endif

#ifndef CLASS_EROLL_H
#include "gadgets/eroll.h"
#endif



