]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_graphics.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_graphics.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_graphics_h_
5 #define FD_form_graphics_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
12 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
13
14
15 /**** Forms and Objects ****/
16 struct FD_form_graphics {
17         ~FD_form_graphics();
18
19         FL_FORM *form;
20         FL_OBJECT *input_filename;
21         FL_OBJECT *button_browse;
22         FL_OBJECT *input_width;
23         FL_OBJECT *choice_width_units;
24         FL_OBJECT *input_height;
25         FL_OBJECT *choice_height_units;
26         FL_OBJECT *input_scale;
27         FL_OBJECT *input_rotate_angle;
28         FL_OBJECT *check_display;
29         FL_OBJECT *check_subcaption;
30         FL_OBJECT *input_subcaption;
31         FL_OBJECT *button_restore;
32         FL_OBJECT *button_ok;
33         FL_OBJECT *button_apply;
34         FL_OBJECT *button_cancel;
35 };
36
37 #endif /* FD_form_graphics_h_ */