 
#ifndef eosbutton_DEFINED
#define eosbutton_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from eosbutt.ch and will be
 * overwritten.  Make changes to eosbutt.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from eosbutt.ch.
 */ 
 
/* $Header: /afs/cs.cmu.edu/project/atk-dist/6.2/contrib/mit/neos/RCS/eosbutt.ch,v 1.3 1993/05/17 16:51:11 susan Exp $ */
/* $Source: /afs/cs.cmu.edu/project/atk-dist/6.2/contrib/mit/neos/RCS/eosbutt.ch,v $ */

#ifndef lint
static char *rcsideosbutt = "$Header: /afs/cs.cmu.edu/project/atk-dist/6.2/contrib/mit/neos/RCS/eosbutt.ch,v 1.3 1993/05/17 16:51:11 susan Exp $";
#endif /* lint */

/*
 * eosbutt.ch
 *
 * Package for creating lists of buttons.
 */

/* ************************************************************
 *  Copyright (C) 1989, 1990, 1991
 *  by the Massachusetts Institute of Technology
 *   For full copyright information see:'mit-copyright.h'     *
 ************************************************************ */

#include <mit-copyright.h>
#include "environ.ih"
#include "lpair.ih"
#include "pshbttn.ih"
#include "newbttnv.ih"

/* Structure is linked list of buttons */     
struct buttonList {
  struct buttonList *next;
  struct pushbutton *butt;
  struct newbuttonview *buttv;
};

struct lplist {
    struct lplist *next;
    struct lpair *lp;
};






/* 
 * End of information copied from eosbutt.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* eosbutton has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for eosbutton 
 */ 
/* eosbutton is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for eosbutton.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef eosbutton_PROGRAMMERVERSION
#define eosbutton_PROGRAMMERVERSION 1
#endif /* eosbutton_PROGRAMMERVERSION */

#ifdef eosbutton_VERSION
#undef eosbutton_VERSION
#endif /* eosbutton_VERSION */
#define eosbutton_VERSION ((((eosbutton_PROGRAMMERVERSION << 16) ^ (2 << 8)) & 0x7ffff) + (128 << 20))


#endif /* class_StaticInfoOnly */
#define eosbutton_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *eosbutton__GetClassInfo(); \
 extern struct classheader *eosbutt_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, eosbutt_classheader_StaticExport->name, eosbutton__GetClassInfo, NULL, eosbutt_classheader_StaticExport->namekey); } 
 
#define eosbutton_StaticLoad()  \
    { \
    eosbutton_StaticLoadOnlyThisClass();  \
    } 
 
#define eosbutton_StaticEntry  {eosbutton_StaticLoad()} 
 
#define eosbutt_StaticEntry  {eosbutton_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader eosbutton_classheader = {
    eosbutton_VERSION,
    "eosbutton",
    "eosbutt",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define eosbutton_CLASSPROCEDURES (eosbutton_classheader.classprocedures)
int eosbutt_classref_;
#endif /* class_StaticInfoOnly */

#endif /* eosbutton_DEFINED */

#if !defined(eosbutton_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_eosbutton) && !defined(class_StaticEntriesOnly)
#define eosbutton_ROUTINESDEFINED


#define eosbutton_MakeButton(blist,text,function,object) \
    (*((struct buttonList * (*)()) (eosbutton_CLASSPROCEDURES->routines[0])))(&eosbutton_classheader,blist,text,function,object)
#define eosbutton_MakeLpair(lpl) \
    (*((struct lplist * (*)()) (eosbutton_CLASSPROCEDURES->routines[1])))(&eosbutton_classheader,lpl)


#endif /* !defined(eosbutton_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_eosbutton ) && !defined(class_StaticEntriesOnly)*/

