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

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

#include <X11/Xaw/Command.h>

extern WidgetFactory Factory;

AWidgetClass CommandWidget("command", commandWidgetClass);
