File: pixmap_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 (34 lines) | stat: -rw-r--r-- 889 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
/** Header file generated by fdesign on Tue Jun  9 17:10:25 2009.**/

#ifndef FD_pixmapattrib_h_
#define FD_pixmapattrib_h_

#include <forms.h>

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

extern void pixmap_filename_change( FL_OBJECT *, long );
extern void pixmapalign_change( FL_OBJECT *, long );
extern void pixmaplookfor_pixmapfile_cb( FL_OBJECT *, long );
extern void pixmapusedata_change( FL_OBJECT *, long );
extern void pixmapfullpath_cb( FL_OBJECT *, long );


/**** Forms and Objects ****/

typedef struct {
    FL_FORM   * pixmapattrib;
    void      * vdata;
    char      * cdata;
    long        ldata;
    FL_OBJECT * background;
    FL_OBJECT * filename;
    FL_OBJECT * pixalign;
    FL_OBJECT * browse;
    FL_OBJECT * use_data;
    FL_OBJECT * fullpath;
} FD_pixmapattrib;

extern FD_pixmapattrib * create_form_pixmapattrib( void );

#endif /* FD_pixmapattrib_h_ */