File: pixmap_spec.h

package info (click to toggle)
libforms 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,192 kB
  • sloc: ansic: 98,419; sh: 11,156; makefile: 959
file content (35 lines) | stat: -rw-r--r-- 877 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
/* Header file generated by fdesign on Thu Dec 12 21:27:07 2013 */

#ifndef FD_pixmapattrib_h_
#define FD_pixmapattrib_h_

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

/* Callbacks, globals and object handlers */

void pixmap_filename_change( FL_OBJECT *, long );
void pixmapalign_change( FL_OBJECT *, long );
void pixmaplookfor_pixmapfile_cb( FL_OBJECT *, long );
void pixmapusedata_change( FL_OBJECT *, long );
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 * frame;
    FL_OBJECT * filename;
    FL_OBJECT * pixalign;
    FL_OBJECT * browse;
    FL_OBJECT * use_data;
    FL_OBJECT * fullpath;
} FD_pixmapattrib;

FD_pixmapattrib * create_form_pixmapattrib( void );

#endif /* FD_pixmapattrib_h_ */