Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-01 08:52:28

0001 /*
0002  * $Id$
0003  *
0004  * $Log$
0005  * Revision 1.1  1996/03/08 15:33:00  mclareni
0006  * Initial revision
0007  *
0008  */
0009 /* Interface for building lists (with Motif) */
0010 typedef struct {
0011    char         *listLabel;
0012    char         *label;
0013    char         *help;
0014    IntFunc      *OKcallback;
0015    IntFunc      *user_callback;
0016    char         *OKcallback_data;
0017 } ListData;
0018