]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_tabular.h
Swap two printer related help messages.
[lyx.git] / src / frontends / xforms / form_tabular.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_tabular_h_
5 #define FD_form_tabular_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
9
10 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
11
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
19 /**** Forms and Objects ****/
20 struct FD_form_tabular {
21         ~FD_form_tabular();
22
23         FL_FORM *form;
24         FL_OBJECT *tabFolder;
25         FL_OBJECT *button_close;
26         FL_OBJECT *input_tabular_column;
27         FL_OBJECT *input_tabular_row;
28         FL_OBJECT *text_warning;
29 };
30 struct FD_form_tabular_options {
31         ~FD_form_tabular_options();
32
33         FL_FORM *form;
34         FL_OBJECT *button_append_column;
35         FL_OBJECT *button_delete_column;
36         FL_OBJECT *button_append_row;
37         FL_OBJECT *button_delete_row;
38         FL_OBJECT *button_set_borders;
39         FL_OBJECT *button_unset_borders;
40         FL_OBJECT *radio_longtable;
41         FL_OBJECT *radio_rotate_tabular;
42 };
43 struct FD_form_column_options {
44         ~FD_form_column_options();
45
46         FL_FORM *form;
47         FL_OBJECT *radio_border_top;
48         FL_OBJECT *radio_border_bottom;
49         FL_OBJECT *radio_border_left;
50         FL_OBJECT *radio_border_right;
51         FL_OBJECT *radio_align_left;
52         FL_OBJECT *radio_align_right;
53         FL_OBJECT *radio_align_center;
54         FL_OBJECT *radio_valign_top;
55         FL_OBJECT *radio_valign_center;
56         FL_OBJECT *radio_valign_bottom;
57         FL_OBJECT *input_column_width;
58         FL_OBJECT *input_special_alignment;
59 };
60 struct FD_form_cell_options {
61         ~FD_form_cell_options();
62
63         FL_FORM *form;
64         FL_OBJECT *radio_border_top;
65         FL_OBJECT *radio_border_bottom;
66         FL_OBJECT *radio_border_left;
67         FL_OBJECT *radio_border_right;
68         FL_OBJECT *radio_align_left;
69         FL_OBJECT *radio_align_right;
70         FL_OBJECT *radio_align_center;
71         FL_OBJECT *radio_valign_top;
72         FL_OBJECT *radio_valign_center;
73         FL_OBJECT *radio_valign_bottom;
74         FL_OBJECT *input_mcolumn_width;
75         FL_OBJECT *input_special_multialign;
76         FL_OBJECT *radio_multicolumn;
77         FL_OBJECT *radio_useminipage;
78         FL_OBJECT *radio_rotate_cell;
79 };
80 struct FD_form_longtable_options {
81         ~FD_form_longtable_options();
82
83         FL_FORM *form;
84         FL_OBJECT *radio_lt_firsthead;
85         FL_OBJECT *radio_lt_head;
86         FL_OBJECT *radio_lt_foot;
87         FL_OBJECT *radio_lt_lastfoot;
88         FL_OBJECT *radio_lt_newpage;
89 };
90
91 #endif /* FD_form_tabular_h_ */