]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
Rob Lahaye's "iconify dialogs with main window if so desired" 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_FormBaseDeprecatedRestoreCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseDeprecatedApplyCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
12
13
14 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
15
16 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
17
18 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
19
20 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
21
22 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
23
24 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
25
26 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
27
28 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
29
30 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
31
32 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
33
34 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
35
36 extern  "C" void C_FormBaseDeprecatedInputCB(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_restore;
46         FL_OBJECT *button_ok;
47         FL_OBJECT *button_apply;
48         FL_OBJECT *button_cancel;
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 *input_screen_encoding;
65         FL_OBJECT *check_scalable;
66         FL_OBJECT *counter_zoom;
67         FL_OBJECT *counter_dpi;
68         FL_OBJECT *input_tiny;
69         FL_OBJECT *input_script;
70         FL_OBJECT *input_footnote;
71         FL_OBJECT *input_small;
72         FL_OBJECT *input_normal;
73         FL_OBJECT *input_large;
74         FL_OBJECT *input_larger;
75         FL_OBJECT *input_largest;
76         FL_OBJECT *input_huge;
77         FL_OBJECT *input_huger;
78 };
79 struct FD_form_interface {
80         ~FD_form_interface();
81
82         FL_FORM *form;
83         FL_OBJECT *input_popup_font;
84         FL_OBJECT *input_menu_font;
85         FL_OBJECT *input_popup_encoding;
86         FL_OBJECT *input_ui_file;
87         FL_OBJECT *button_ui_file_browse;
88         FL_OBJECT *input_bind_file;
89         FL_OBJECT *button_bind_file_browse;
90         FL_OBJECT *check_override_x_dead_keys;
91 };
92 struct FD_form_colors {
93         ~FD_form_colors();
94
95         FL_FORM *form;
96         FL_OBJECT *browser_lyx_objs;
97         FL_OBJECT *dial_hue;
98         FL_OBJECT *slider_saturation;
99         FL_OBJECT *slider_value;
100         FL_OBJECT *slider_red;
101         FL_OBJECT *slider_green;
102         FL_OBJECT *slider_blue;
103         FL_OBJECT *button_colorspace;
104         FL_OBJECT *text_color_values;
105         FL_OBJECT *button_color;
106         FL_OBJECT *button_modify;
107 };
108 struct FD_form_lnf_misc {
109         ~FD_form_lnf_misc();
110
111         FL_FORM *form;
112         FL_OBJECT *check_banner;
113         FL_OBJECT *check_auto_region_delete;
114         FL_OBJECT *check_exit_confirm;
115         FL_OBJECT *check_display_shrtcuts;
116         FL_OBJECT *check_ask_new_file;
117         FL_OBJECT *check_cursor_follows_scrollbar;
118         FL_OBJECT *check_dialogs_iconify_with_main;
119         FL_OBJECT *counter_wm_jump;
120         FL_OBJECT *counter_autosave;
121 };
122 struct FD_form_spelloptions {
123         ~FD_form_spelloptions();
124
125         FL_FORM *form;
126         FL_OBJECT *choice_spell_command;
127         FL_OBJECT *check_alt_lang;
128         FL_OBJECT *input_alt_lang;
129         FL_OBJECT *check_escape_chars;
130         FL_OBJECT *input_escape_chars;
131         FL_OBJECT *check_personal_dict;
132         FL_OBJECT *input_personal_dict;
133         FL_OBJECT *button_personal_dict;
134         FL_OBJECT *check_compound_words;
135         FL_OBJECT *check_input_enc;
136 };
137 struct FD_form_language {
138         ~FD_form_language();
139
140         FL_FORM *form;
141         FL_OBJECT *input_package;
142         FL_OBJECT *choice_default_lang;
143         FL_OBJECT *check_use_kbmap;
144         FL_OBJECT *input_kbmap1;
145         FL_OBJECT *input_kbmap2;
146         FL_OBJECT *button_kbmap1_browse;
147         FL_OBJECT *button_kbmap2_browse;
148         FL_OBJECT *check_rtl_support;
149         FL_OBJECT *check_auto_begin;
150         FL_OBJECT *check_use_babel;
151         FL_OBJECT *check_mark_foreign;
152         FL_OBJECT *check_auto_end;
153         FL_OBJECT *check_global_options;
154         FL_OBJECT *input_command_begin;
155         FL_OBJECT *input_command_end;
156 };
157 struct FD_form_formats {
158         ~FD_form_formats();
159
160         FL_FORM *form;
161         FL_OBJECT *browser_all;
162         FL_OBJECT *input_format;
163         FL_OBJECT *input_gui_name;
164         FL_OBJECT *input_shrtcut;
165         FL_OBJECT *input_extension;
166         FL_OBJECT *input_viewer;
167         FL_OBJECT *button_add;
168         FL_OBJECT *button_delete;
169 };
170 struct FD_form_converters {
171         ~FD_form_converters();
172
173         FL_FORM *form;
174         FL_OBJECT *browser_all;
175         FL_OBJECT *choice_from;
176         FL_OBJECT *choice_to;
177         FL_OBJECT *input_converter;
178         FL_OBJECT *input_flags;
179         FL_OBJECT *button_add;
180         FL_OBJECT *button_delete;
181 };
182 struct FD_form_paths {
183         ~FD_form_paths();
184
185         FL_FORM *form;
186         FL_OBJECT *input_default_path;
187         FL_OBJECT *button_default_path_browse;
188         FL_OBJECT *input_template_path;
189         FL_OBJECT *button_template_path_browse;
190         FL_OBJECT *check_use_temp_dir;
191         FL_OBJECT *input_temp_dir;
192         FL_OBJECT *button_temp_dir_browse;
193         FL_OBJECT *check_last_files;
194         FL_OBJECT *input_lastfiles;
195         FL_OBJECT *button_lastfiles_browse;
196         FL_OBJECT *counter_lastfiles;
197         FL_OBJECT *check_make_backups;
198         FL_OBJECT *input_backup_path;
199         FL_OBJECT *button_backup_path_browse;
200         FL_OBJECT *input_serverpipe;
201         FL_OBJECT *button_serverpipe_browse;
202 };
203 struct FD_form_inputs_misc {
204         ~FD_form_inputs_misc();
205
206         FL_FORM *form;
207         FL_OBJECT *input_date_format;
208 };
209 struct FD_form_printer {
210         ~FD_form_printer();
211
212         FL_FORM *form;
213         FL_OBJECT *input_name;
214         FL_OBJECT *check_adapt_output;
215         FL_OBJECT *input_command;
216         FL_OBJECT *input_page_range;
217         FL_OBJECT *input_copies;
218         FL_OBJECT *input_reverse;
219         FL_OBJECT *input_to_printer;
220         FL_OBJECT *input_file_extension;
221         FL_OBJECT *input_spool_command;
222         FL_OBJECT *input_paper_type;
223         FL_OBJECT *input_even_pages;
224         FL_OBJECT *input_odd_pages;
225         FL_OBJECT *input_collated;
226         FL_OBJECT *input_landscape;
227         FL_OBJECT *input_to_file;
228         FL_OBJECT *input_extra_options;
229         FL_OBJECT *input_spool_prefix;
230         FL_OBJECT *input_paper_size;
231 };
232 struct FD_form_outputs_misc {
233         ~FD_form_outputs_misc();
234
235         FL_FORM *form;
236         FL_OBJECT *counter_line_len;
237         FL_OBJECT *input_tex_encoding;
238         FL_OBJECT *choice_default_papersize;
239         FL_OBJECT *input_ascii_roff;
240         FL_OBJECT *input_checktex;
241         FL_OBJECT *input_paperoption;
242 };
243
244 #endif /* FD_form_preferences_h_ */