/**************************************************************************** | Digital Audio Processor | ======================= | | Filename : DPCrossButton.h | | Object : XForms Cross Button | | Description : XForms cross button header file | | (c) Richard Kent 1997 | | $Id: DPCrossButton.h,v 1.1 2003/09/10 00:06:24 rk Exp $ | ****************************************************************************/ #ifndef _DPCrossButton_h #define _DPCrossButton_h #define FL_CROSSBUTTON 2000 extern FL_OBJECT *fl_add_crossbutton ( int type, FL_Coord x, FL_Coord y, FL_Coord w, FL_Coord h, const char *label); extern FL_OBJECT *fl_create_crossbutton ( int type, FL_Coord x, FL_Coord y, FL_Coord w, FL_Coord h, const char *label); #endif // _DPCrossButton_h /***************************************************************************/