File: free_spec.h

package info (click to toggle)
libforms 1.0.93sp1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,548 kB
  • ctags: 9,107
  • sloc: ansic: 97,227; sh: 9,236; makefile: 858
file content (38 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (2)
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 Tue Jun  9 17:10:25 2009.**/

#ifndef FD_buttonattrib_h_
#define FD_buttonattrib_h_

#include <forms.h>

/** Callbacks, globals and object handlers **/

extern void initialval_change( FL_OBJECT *, long );
extern void iconbutton_filename_change( FL_OBJECT *, long );
extern void pixalign_change( FL_OBJECT *, long );
extern void showfocus_change( FL_OBJECT *, long );
extern void lookfor_pixmapfile_cb( FL_OBJECT *, long );
extern void usedata_change( FL_OBJECT *, long );
extern void fullpath_cb( 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;
} FD_buttonattrib;

extern FD_buttonattrib * create_form_buttonattrib( void );

#endif /* FD_buttonattrib_h_ */