]> git.lyx.org Git - features.git/blob - src/frontends/xforms/form_graphics.h
The graphics part of J�rgen S's latest patch + a few tweaks of my own.
[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 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
20
21
22 /**** Forms and Objects ****/
23 struct FD_form_graphics {
24         ~FD_form_graphics();
25
26         FL_FORM *form;
27         FL_OBJECT *tabFolder;
28         FL_OBJECT *button_help;
29         FL_OBJECT *button_restore;
30         FL_OBJECT *button_ok;
31         FL_OBJECT *button_cancel;
32         FL_OBJECT *text_warning;
33 };
34 struct FD_form_file {
35         ~FD_form_file();
36
37         FL_FORM *form;
38         FL_OBJECT *input_filename;
39         FL_OBJECT *button_browse;
40         FL_OBJECT *choice_display;
41         FL_OBJECT *input_lyxwidth;
42         FL_OBJECT *choice_width_lyxwidth;
43         FL_OBJECT *input_lyxheight;
44         FL_OBJECT *choice_width_lyxheight;
45         FL_OBJECT *check_subcaption;
46         FL_OBJECT *input_subcaption;
47 };
48 struct FD_form_size {
49         ~FD_form_size();
50
51         FL_FORM *form;
52         FL_OBJECT *radio_size;
53         FL_OBJECT *button_default;
54         FL_OBJECT *button_wh;
55         FL_OBJECT *button_scale;
56         FL_OBJECT *input_width;
57         FL_OBJECT *choice_width_units;
58         FL_OBJECT *input_height;
59         FL_OBJECT *choice_height_units;
60         FL_OBJECT *input_scale;
61         FL_OBJECT *check_aspectratio;
62 };
63 struct FD_form_bbox {
64         ~FD_form_bbox();
65
66         FL_FORM *form;
67         FL_OBJECT *input_bb_x0;
68         FL_OBJECT *choice_bb_x0;
69         FL_OBJECT *input_bb_x1;
70         FL_OBJECT *choice_bb_x1;
71         FL_OBJECT *input_bb_y0;
72         FL_OBJECT *choice_bb_y0;
73         FL_OBJECT *input_bb_y1;
74         FL_OBJECT *choice_bb_y1;
75         FL_OBJECT *button_clip;
76         FL_OBJECT *button_draft;
77         FL_OBJECT *button_getBB;
78 };
79 struct FD_form_special {
80         ~FD_form_special();
81
82         FL_FORM *form;
83         FL_OBJECT *input_rotate_angle;
84         FL_OBJECT *input_special;
85         FL_OBJECT *choice_origin;
86 };
87
88 #endif /* FD_form_graphics_h_ */