1 /* Header file generated by fdesign on Thu Dec 12 21:27:07 2013 */
2 
3 #ifndef FD_counterattrib_h_
4 #define FD_counterattrib_h_
5 
6 #include  "../lib/include/forms.h"
7 
8 /* Callbacks, globals and object handlers */
9 
10 void cnt_precision_cb( FL_OBJECT *, long );
11 void cnt_minmax_change( FL_OBJECT *, long );
12 void cnt_returnsetting_change( FL_OBJECT *, long );
13 void cnt_initialvalue_change( FL_OBJECT *, long );
14 void cnt_stepchange_cb( FL_OBJECT *, long );
15 
16 
17 /* Forms and Objects */
18 
19 typedef struct {
20     FL_FORM   * counterattrib;
21     void      * vdata;
22     char      * cdata;
23     long        ldata;
24     FL_OBJECT * background;
25     FL_OBJECT * prec;
26     FL_OBJECT * minval;
27     FL_OBJECT * maxval;
28     FL_OBJECT * returnsetting;
29     FL_OBJECT * initialval;
30     FL_OBJECT * step1;
31     FL_OBJECT * step2;
32 } FD_counterattrib;
33 
34 FD_counterattrib * create_form_counterattrib( void );
35 
36 #endif /* FD_counterattrib_h_ */
37