stats.h 458 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/* Header file generated by fdesign on Thu Jun 14 17:53:15 2012 */

#ifndef FD_stats_form_h_
#define FD_stats_form_h_

#include <forms.h>

/* Callbacks, globals and object handlers */



/* Forms and Objects */

typedef struct {
    FL_FORM   * stats_form;
    void      * vdata;
    char      * cdata;
    long        ldata;
    FL_OBJECT * stats_text;
} FD_stats_form;

extern FD_stats_form * create_form_stats_form( void );

#endif /* FD_stats_form_h_ */