File: button_spec.h

package info (click to toggle)
libforms 1.2.3-1.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 10,736 kB
  • ctags: 9,015
  • sloc: ansic: 97,669; sh: 11,156; makefile: 951
file content (48 lines) | stat: -rw-r--r-- 1,313 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
39
40
41
42
43
44
45
46
47
48
/* Header file generated by fdesign on Thu Dec 12 21:27:07 2013 */

#ifndef FD_buttonattrib_h_
#define FD_buttonattrib_h_

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

/* Callbacks, globals and object handlers */

void initialval_change( FL_OBJECT *, long );
void iconbutton_filename_change( FL_OBJECT *, long );
void pixalign_change( FL_OBJECT *, long );
void showfocus_change( FL_OBJECT *, long );
void lookfor_pixmapfile_cb( FL_OBJECT *, long );
void usedata_change( FL_OBJECT *, long );
void fullpath_cb( FL_OBJECT *, long );
void focusiconbutton_filename_change( FL_OBJECT *, long );
void react_to_button( FL_OBJECT *, long );


/* Forms and Objects */

typedef struct {
    FL_FORM   * buttonattrib;
    void      * vdata;
    char      * cdata;
    long        ldata;
    FL_OBJECT * background;
    FL_OBJECT * initialval;
    FL_OBJECT * filename;
    FL_OBJECT * pixalign;
    FL_OBJECT * showfocus;
    FL_OBJECT * browse;
    FL_OBJECT * use_data;
    FL_OBJECT * fullpath;
    FL_OBJECT * focus_filename;
    FL_OBJECT * browse2;
    FL_OBJECT * mbuttons_label;
    FL_OBJECT * react_left;
    FL_OBJECT * react_middle;
    FL_OBJECT * react_right;
    FL_OBJECT * react_up;
    FL_OBJECT * react_down;
} FD_buttonattrib;

FD_buttonattrib * create_form_buttonattrib( void );

#endif /* FD_buttonattrib_h_ */