File: dial_spec.h

package info (click to toggle)
libforms 1.2.3-1.6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 10,896 kB
  • sloc: ansic: 97,669; sh: 11,156; makefile: 951
file content (38 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Header file generated by fdesign on Thu Dec 12 21:27:07 2013 */

#ifndef FD_dialattrib_h_
#define FD_dialattrib_h_

#include  "../lib/include/forms.h" 

/* Callbacks, globals and object handlers */

void dial_returnsetting_change( FL_OBJECT *, long );
void dial_minmax_change( FL_OBJECT *, long );
void dial_initialvalue_change( FL_OBJECT *, long );
void dial_stepchange_cb( FL_OBJECT *, long );
void dial_thetachange_cb( FL_OBJECT *, long );
void dir_cb( FL_OBJECT *, long );


/* Forms and Objects */

typedef struct {
    FL_FORM   * dialattrib;
    void      * vdata;
    char      * cdata;
    long        ldata;
    FL_OBJECT * background;
    FL_OBJECT * returnsetting;
    FL_OBJECT * minval;
    FL_OBJECT * maxval;
    FL_OBJECT * initialval;
    FL_OBJECT * step;
    FL_OBJECT * thetai;
    FL_OBJECT * thetaf;
    FL_OBJECT * dir;
} FD_dialattrib;

FD_dialattrib * create_form_dialattrib( void );

#endif /* FD_dialattrib_h_ */