]> git.lyx.org Git - lyx.git/blob - src/figure.h
The forms resize patch, and small updates
[lyx.git] / src / figure.h
1 #ifndef FD_form_figure_h_
2 #define FD_form_figure_h_
3 /* Header file generated with fdesign. */
4
5 /**** Callback routines ****/
6
7 extern void FigureOKCB(FL_OBJECT *, long);
8 extern void FigureApplyCB(FL_OBJECT *, long);
9 extern void FigureCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13
14 typedef struct {
15         FL_FORM *form_figure;
16         FL_OBJECT *group_radio_fugre;
17         FL_OBJECT *radio_postscript;
18         FL_OBJECT *radio_latex;
19         void *vdata;
20         long ldata;
21 } FD_form_figure;
22
23 extern FD_form_figure * create_form_form_figure(void);
24
25 #endif /* FD_form_figure_h_ */