]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
implement getLabelList
[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_FormBaseDeprecatedApplyCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseDeprecatedRestoreCB(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_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         FL_OBJECT *check_use_babel;
128         FL_OBJECT *check_global_options;
129 };
130 struct FD_form_colors {
131         ~FD_form_colors();
132
133         FL_FORM *form;
134         FL_OBJECT *button_color;
135         FL_OBJECT *browser_lyx_objs;
136         FL_OBJECT *button_modify;
137         FL_OBJECT *slider_saturation;
138         FL_OBJECT *slider_value;
139         FL_OBJECT *dial_hue;
140         FL_OBJECT *slider_red;
141         FL_OBJECT *slider_blue;
142         FL_OBJECT *slider_green;
143         FL_OBJECT *button_colorspace;
144         FL_OBJECT *text_color_values;
145 };
146 struct FD_form_converters {
147         ~FD_form_converters();
148
149         FL_FORM *form;
150         FL_OBJECT *browser_all;
151         FL_OBJECT *button_delete;
152         FL_OBJECT *button_add;
153         FL_OBJECT *input_converter;
154         FL_OBJECT *choice_from;
155         FL_OBJECT *choice_to;
156         FL_OBJECT *input_flags;
157 };
158 struct FD_form_formats {
159         ~FD_form_formats();
160
161         FL_FORM *form;
162         FL_OBJECT *browser_all;
163         FL_OBJECT *input_format;
164         FL_OBJECT *input_gui_name;
165         FL_OBJECT *button_delete;
166         FL_OBJECT *button_add;
167         FL_OBJECT *input_extension;
168         FL_OBJECT *input_viewer;
169         FL_OBJECT *input_shrtcut;
170 };
171 struct FD_form_lnf_misc {
172         ~FD_form_lnf_misc();
173
174         FL_FORM *form;
175         FL_OBJECT *check_banner;
176         FL_OBJECT *check_auto_region_delete;
177         FL_OBJECT *check_exit_confirm;
178         FL_OBJECT *check_display_shrtcuts;
179         FL_OBJECT *counter_autosave;
180         FL_OBJECT *check_ask_new_file;
181         FL_OBJECT *check_cursor_follows_scrollbar;
182         FL_OBJECT *counter_wm_jump;
183 };
184 struct FD_form_interface {
185         ~FD_form_interface();
186
187         FL_FORM *form;
188         FL_OBJECT *input_popup_font;
189         FL_OBJECT *input_menu_font;
190         FL_OBJECT *input_popup_encoding;
191         FL_OBJECT *input_bind_file;
192         FL_OBJECT *button_bind_file_browse;
193         FL_OBJECT *input_ui_file;
194         FL_OBJECT *button_ui_file_browse;
195         FL_OBJECT *check_override_x_dead_keys;
196 };
197 struct FD_form_printer {
198         ~FD_form_printer();
199
200         FL_FORM *form;
201         FL_OBJECT *input_command;
202         FL_OBJECT *input_page_range;
203         FL_OBJECT *input_copies;
204         FL_OBJECT *input_reverse;
205         FL_OBJECT *input_to_printer;
206         FL_OBJECT *input_file_extension;
207         FL_OBJECT *input_spool_command;
208         FL_OBJECT *input_paper_type;
209         FL_OBJECT *input_even_pages;
210         FL_OBJECT *input_odd_pages;
211         FL_OBJECT *input_collated;
212         FL_OBJECT *input_landscape;
213         FL_OBJECT *input_to_file;
214         FL_OBJECT *input_extra_options;
215         FL_OBJECT *input_spool_prefix;
216         FL_OBJECT *input_paper_size;
217         FL_OBJECT *input_name;
218         FL_OBJECT *check_adapt_output;
219 };
220 struct FD_form_paths {
221         ~FD_form_paths();
222
223         FL_FORM *form;
224         FL_OBJECT *input_default_path;
225         FL_OBJECT *button_default_path_browse;
226         FL_OBJECT *counter_lastfiles;
227         FL_OBJECT *input_template_path;
228         FL_OBJECT *button_template_path_browse;
229         FL_OBJECT *check_last_files;
230         FL_OBJECT *button_temp_dir_browse;
231         FL_OBJECT *input_lastfiles;
232         FL_OBJECT *button_lastfiles_browse;
233         FL_OBJECT *check_make_backups;
234         FL_OBJECT *input_backup_path;
235         FL_OBJECT *button_backup_path_browse;
236         FL_OBJECT *input_serverpipe;
237         FL_OBJECT *button_serverpipe_browse;
238         FL_OBJECT *input_temp_dir;
239         FL_OBJECT *check_use_temp_dir;
240 };
241
242 #endif /* FD_form_preferences_h_ */