// This may look like C code, but it is really -*- C++ -*-

#include "eureka.h"
#include "Factory.h"
#include "Widget.h"

extern WidgetFactory Factory;

#include <X11/Xaw/Label.h>

AWidgetClass __LabelWidget("label", labelWidgetClass);

#include <X11/Xaw/Command.h>

AWidgetClass __CommandWidget("command", commandWidgetClass);

#include <X11/Xaw/Form.h>

AWidgetClass __FormWidget("form", formWidgetClass);

#include <X11/Xaw/Box.h>

AWidgetClass __BoxWidget("box", boxWidgetClass);


