]> git.lyx.org Git - features.git/blob - src/frontends/xforms/form_graphics.h
c6a42a1aec62569ba75563d50a3ac6563587f8e0
[features.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_FormBaseCancelCB(FL_OBJECT *, long);
12
13 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
14
15 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
16
17 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
18
19
20 /**** Forms and Objects ****/
21 struct FD_form_graphics {
22         ~FD_form_graphics();
23
24         FL_FORM *form;
25         FL_OBJECT *tabFolder;
26         FL_OBJECT *button_help;
27         FL_OBJECT *button_restore;
28         FL_OBJECT *button_ok;
29         FL_OBJECT *button_cancel;
30 };
31 struct FD_form_file {
32         ~FD_form_file();
33
34         FL_FORM *form;
35         FL_OBJECT *input_filename;
36         FL_OBJECT *button_browse;
37         FL_OBJECT *input_bbx0;
38         FL_OBJECT *input_bby0;
39         FL_OBJECT *input_bbx1;
40         FL_OBJECT *input_bby1;
41         FL_OBJECT *button_clip;
42         FL_OBJECT *check_subcaption;
43         FL_OBJECT *input_subcaption;
44         FL_OBJECT *button_draft;
45         FL_OBJECT *choice_bb_x0;
46         FL_OBJECT *choice_bb_y0;
47         FL_OBJECT *choice_bb_x1;
48         FL_OBJECT *choice_bb_y1;
49         FL_OBJECT *button_getBB;
50 };
51 struct FD_form_size {
52         ~FD_form_size();
53
54         FL_FORM *form;
55         FL_OBJECT *input_width;
56         FL_OBJECT *choice_width_units;
57         FL_OBJECT *input_height;
58         FL_OBJECT *choice_height_units;
59         FL_OBJECT *input_scale;
60         FL_OBJECT *input_lyxwidth;
61         FL_OBJECT *choice_width_lyxwidth;
62         FL_OBJECT *input_lyxheight;
63         FL_OBJECT *choice_width_lyxheight;
64         FL_OBJECT *radio_display;
65         FL_OBJECT *radio_check_display;
66         FL_OBJECT *radio_display_gray;
67         FL_OBJECT *radio_display_color;
68         FL_OBJECT *radio_display_mono;
69         FL_OBJECT *radio_size;
70         FL_OBJECT *button_default;
71         FL_OBJECT *button_wh;
72         FL_OBJECT *button_scale;
73         FL_OBJECT *check_aspectratio;
74 };
75 struct FD_form_special {
76         ~FD_form_special();
77
78         FL_FORM *form;
79         FL_OBJECT *input_rotate_angle;
80         FL_OBJECT *input_special;
81         FL_OBJECT *choice_origin;
82 };
83
84 #endif /* FD_form_graphics_h_ */