]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
Angus' preference patch
[lyx.git] / src / frontends / xforms / form_preferences.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_preferences_h_
5 #define FD_form_preferences_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
12
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 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
25
26 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
27
28 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
29
30 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
31
32 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
33
34 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
35
36 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
37
38
39 /**** Forms and Objects ****/
40 struct FD_form_preferences {
41         ~FD_form_preferences();
42
43         FL_FORM *form;
44         FL_OBJECT *tabfolder_prefs;
45         FL_OBJECT *button_apply;
46         FL_OBJECT *button_cancel;
47         FL_OBJECT *button_ok;
48         FL_OBJECT *button_restore;
49         FL_OBJECT *text_warning;
50 };
51 struct FD_form_outer_tab {
52         ~FD_form_outer_tab();
53
54         FL_FORM *form;
55         FL_OBJECT *tabfolder_outer;
56 };
57 struct FD_form_screen_fonts {
58         ~FD_form_screen_fonts();
59
60         FL_FORM *form;
61         FL_OBJECT *input_roman;
62         FL_OBJECT *input_sans;
63         FL_OBJECT *input_typewriter;
64         FL_OBJECT *counter_zoom;
65         FL_OBJECT *check_scalable;
66         FL_OBJECT *input_screen_encoding;
67         FL_OBJECT *input_script;
68         FL_OBJECT *input_footnote;
69         FL_OBJECT *input_large;
70         FL_OBJECT *input_largest;
71         FL_OBJECT *input_huge;
72         FL_OBJECT *input_normal;
73         FL_OBJECT *counter_dpi;
74         FL_OBJECT *input_tiny;
75         FL_OBJECT *input_larger;
76         FL_OBJECT *input_small;
77         FL_OBJECT *input_huger;
78 };
79 struct FD_form_outputs_misc {
80         ~FD_form_outputs_misc();
81
82         FL_FORM *form;
83         FL_OBJECT *counter_line_len;
84         FL_OBJECT *input_tex_encoding;
85         FL_OBJECT *choice_default_papersize;
86         FL_OBJECT *input_ascii_roff;
87         FL_OBJECT *input_checktex;
88 };
89 struct FD_form_spellchecker {
90         ~FD_form_spellchecker();
91
92         FL_FORM *form;
93         FL_OBJECT *choice_spell_command;
94         FL_OBJECT *check_alt_lang;
95         FL_OBJECT *input_alt_lang;
96         FL_OBJECT *check_escape_chars;
97         FL_OBJECT *input_escape_chars;
98         FL_OBJECT *check_personal_dict;
99         FL_OBJECT *input_personal_dict;
100         FL_OBJECT *button_personal_dict;
101         FL_OBJECT *check_compound_words;
102         FL_OBJECT *check_input_enc;
103 };
104 struct FD_form_inputs_misc {
105         ~FD_form_inputs_misc();
106
107         FL_FORM *form;
108         FL_OBJECT *input_date_format;
109 };
110 struct FD_form_language {
111         ~FD_form_language();
112
113         FL_FORM *form;
114         FL_OBJECT *input_package;
115         FL_OBJECT *choice_default_lang;
116         FL_OBJECT *check_use_kbmap;
117         FL_OBJECT *check_rtl_support;
118         FL_OBJECT *check_mark_foreign;
119         FL_OBJECT *check_auto_begin;
120         FL_OBJECT *check_auto_end;
121         FL_OBJECT *input_command_begin;
122         FL_OBJECT *input_command_end;
123         FL_OBJECT *input_kbmap1;
124         FL_OBJECT *input_kbmap2;
125         FL_OBJECT *button_kbmap1_browse;
126         FL_OBJECT *button_kbmap2_browse;
127 };
128 struct FD_form_colors {
129         ~FD_form_colors();
130
131         FL_FORM *form;
132         FL_OBJECT *browser_x11;
133         FL_OBJECT *input_name;
134         FL_OBJECT *button_browse;
135         FL_OBJECT *button_color;
136         FL_OBJECT *valslider_red;
137         FL_OBJECT *valslider_green;
138         FL_OBJECT *valslider_blue;
139         FL_OBJECT *browser_lyx_objs;
140         FL_OBJECT *button_modify;
141 };
142 struct FD_form_converters {
143         ~FD_form_converters();
144
145         FL_FORM *form;
146         FL_OBJECT *browser_all;
147         FL_OBJECT *button_delete;
148         FL_OBJECT *button_add;
149         FL_OBJECT *input_converter;
150         FL_OBJECT *choice_from;
151         FL_OBJECT *choice_to;
152         FL_OBJECT *input_flags;
153 };
154 struct FD_form_formats {
155         ~FD_form_formats();
156
157         FL_FORM *form;
158         FL_OBJECT *browser_all;
159         FL_OBJECT *input_format;
160         FL_OBJECT *input_gui_name;
161         FL_OBJECT *button_delete;
162         FL_OBJECT *button_add;
163         FL_OBJECT *input_extension;
164         FL_OBJECT *input_viewer;
165         FL_OBJECT *input_shrtcut;
166 };
167 struct FD_form_lnf_misc {
168         ~FD_form_lnf_misc();
169
170         FL_FORM *form;
171         FL_OBJECT *check_banner;
172         FL_OBJECT *check_auto_region_delete;
173         FL_OBJECT *check_exit_confirm;
174         FL_OBJECT *check_display_shrtcuts;
175         FL_OBJECT *counter_autosave;
176         FL_OBJECT *check_ask_new_file;
177         FL_OBJECT *check_cursor_follows_scrollbar;
178         FL_OBJECT *counter_wm_jump;
179 };
180 struct FD_form_interface {
181         ~FD_form_interface();
182
183         FL_FORM *form;
184         FL_OBJECT *input_popup_font;
185         FL_OBJECT *input_menu_font;
186         FL_OBJECT *input_popup_encoding;
187         FL_OBJECT *input_bind_file;
188         FL_OBJECT *button_bind_file_browse;
189         FL_OBJECT *input_ui_file;
190         FL_OBJECT *button_ui_file_browse;
191         FL_OBJECT *check_override_x_dead_keys;
192 };
193 struct FD_form_printer {
194         ~FD_form_printer();
195
196         FL_FORM *form;
197         FL_OBJECT *input_command;
198         FL_OBJECT *input_page_range;
199         FL_OBJECT *input_copies;
200         FL_OBJECT *input_reverse;
201         FL_OBJECT *input_to_printer;
202         FL_OBJECT *input_file_extension;
203         FL_OBJECT *input_spool_command;
204         FL_OBJECT *input_paper_type;
205         FL_OBJECT *input_even_pages;
206         FL_OBJECT *input_odd_pages;
207         FL_OBJECT *input_collated;
208         FL_OBJECT *input_landscape;
209         FL_OBJECT *input_to_file;
210         FL_OBJECT *input_extra_options;
211         FL_OBJECT *input_spool_prefix;
212         FL_OBJECT *input_paper_size;
213         FL_OBJECT *input_name;
214         FL_OBJECT *check_adapt_output;
215 };
216 struct FD_form_paths {
217         ~FD_form_paths();
218
219         FL_FORM *form;
220         FL_OBJECT *input_default_path;
221         FL_OBJECT *button_default_path_browse;
222         FL_OBJECT *counter_lastfiles;
223         FL_OBJECT *input_template_path;
224         FL_OBJECT *button_template_path_browse;
225         FL_OBJECT *check_last_files;
226         FL_OBJECT *button_temp_dir_browse;
227         FL_OBJECT *input_lastfiles;
228         FL_OBJECT *button_lastfiles_browse;
229         FL_OBJECT *check_make_backups;
230         FL_OBJECT *input_backup_path;
231         FL_OBJECT *button_backup_path_browse;
232         FL_OBJECT *input_serverpipe;
233         FL_OBJECT *button_serverpipe_browse;
234         FL_OBJECT *input_temp_dir;
235         FL_OBJECT *check_use_temp_dir;
236 };
237
238 #endif /* FD_form_preferences_h_ */