File: xyplot_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 (40 lines) | stat: -rw-r--r-- 1,085 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
39
40
/** Header file generated with fdesign on Sat Aug 22 23:47:12 2009.**/

#ifndef FD_xyplotattrib_h_
#define FD_xyplotattrib_h_

/** Callbacks, globals and object handlers **/
extern void grid_change_cb(FL_OBJECT *, long);
extern void xscale_change_cb(FL_OBJECT *, long);
extern void yscale_change_cb(FL_OBJECT *, long);
extern void ymajorminor_change_cb(FL_OBJECT *, long);
extern void xmajorminor_change_cb(FL_OBJECT *, long);
extern void xyplot_returnsetting_change(FL_OBJECT *, long);
extern void gridstyle_change_cb(FL_OBJECT *, long);
extern void markactive_change_cb(FL_OBJECT *, long);


/**** Forms and Objects ****/
typedef struct {
	FL_FORM *xyplotattrib;
	void *vdata;
	char *cdata;
	long  ldata;
	FL_OBJECT *xgrid;
	FL_OBJECT *ygrid;
	FL_OBJECT *xscale;
	FL_OBJECT *yscale;
	FL_OBJECT *ymajor;
	FL_OBJECT *yminor;
	FL_OBJECT *xmajor;
	FL_OBJECT *xminor;
	FL_OBJECT *xbase;
	FL_OBJECT *ybase;
	FL_OBJECT *how_return;
	FL_OBJECT *gridstyle;
	FL_OBJECT *mark_active;
} FD_xyplotattrib;

extern FD_xyplotattrib * create_form_xyplotattrib(void);

#endif /* FD_xyplotattrib_h_ */