]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_graphics.h
change some __GNUG_ to __GNUG__
[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_FormBaseRestoreCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
12 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
13
14 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
15
16 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
17
18 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
19
20 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
21
22 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
23
24
25 /**** Forms and Objects ****/
26 struct FD_form_graphics {
27         ~FD_form_graphics();
28
29         FL_FORM *form;
30         FL_OBJECT *tabfolder;
31         FL_OBJECT *button_restore;
32         FL_OBJECT *button_ok;
33         FL_OBJECT *button_close;
34         FL_OBJECT *button_apply;
35         FL_OBJECT *text_warning;
36 };
37 struct FD_form_file {
38         ~FD_form_file();
39
40         FL_FORM *form;
41         FL_OBJECT *input_filename;
42         FL_OBJECT *button_browse;
43         FL_OBJECT *check_subcaption;
44         FL_OBJECT *input_subcaption;
45         FL_OBJECT *input_rotate_angle;
46         FL_OBJECT *choice_origin;
47         FL_OBJECT *check_draft;
48         FL_OBJECT *check_rotate;
49         FL_OBJECT *check_nounzip;
50 };
51 struct FD_form_size {
52         ~FD_form_size();
53
54         FL_FORM *form;
55         FL_OBJECT *radio_asis;
56         FL_OBJECT *radio_scale;
57         FL_OBJECT *radio_wh;
58         FL_OBJECT *input_scale;
59         FL_OBJECT *input_width;
60         FL_OBJECT *choice_width;
61         FL_OBJECT *input_height;
62         FL_OBJECT *choice_height;
63         FL_OBJECT *check_aspectratio;
64         FL_OBJECT *button_lyx_values;
65 };
66 struct FD_form_bbox {
67         ~FD_form_bbox();
68
69         FL_FORM *form;
70         FL_OBJECT *input_bb_x1;
71         FL_OBJECT *input_bb_y1;
72         FL_OBJECT *input_bb_x0;
73         FL_OBJECT *input_bb_y0;
74         FL_OBJECT *choice_bb_units;
75         FL_OBJECT *button_getBB;
76         FL_OBJECT *check_clip;
77 };
78 struct FD_form_special {
79         ~FD_form_special();
80
81         FL_FORM *form;
82         FL_OBJECT *input_special;
83 };
84 struct FD_form_lyxview {
85         ~FD_form_lyxview();
86
87         FL_FORM *form;
88         FL_OBJECT *input_lyxscale;
89         FL_OBJECT *radio_lyxasis;
90         FL_OBJECT *radio_lyxscale;
91         FL_OBJECT *radio_lyxwh;
92         FL_OBJECT *radio_pref;
93         FL_OBJECT *radio_mono;
94         FL_OBJECT *radio_gray;
95         FL_OBJECT *radio_color;
96         FL_OBJECT *radio_nodisplay;
97         FL_OBJECT *input_lyxwidth;
98         FL_OBJECT *choice_lyxwidth;
99         FL_OBJECT *input_lyxheight;
100         FL_OBJECT *choice_lyxheight;
101         FL_OBJECT *button_latex_values;
102 };
103
104 #endif /* FD_form_graphics_h_ */