]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
More preference work from Angus
[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_lnf_general_h_
5 #define FD_form_lnf_general_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(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 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
19 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
20 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
21 extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
22
23
24 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
25
26 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
27
28
29 /**** Forms and Objects ****/
30 struct FD_form_lnf_general {
31         ~FD_form_lnf_general();
32
33         FL_FORM *form;
34         FL_OBJECT *check_banner;
35         FL_OBJECT *check_auto_region_delete;
36         FL_OBJECT *check_exit_confirm;
37         FL_OBJECT *check_display_shortcuts;
38         FL_OBJECT *counter_autosave;
39         FL_OBJECT *check_ask_new_file;
40         FL_OBJECT *check_cursor_follows_scrollbar;
41         FL_OBJECT *counter_wm_jump;
42 };
43 struct FD_form_screen_fonts {
44         ~FD_form_screen_fonts();
45
46         FL_FORM *form;
47         FL_OBJECT *input_roman;
48         FL_OBJECT *input_sans;
49         FL_OBJECT *input_typewriter;
50         FL_OBJECT *counter_zoom;
51         FL_OBJECT *check_scalable;
52         FL_OBJECT *input_screen_encoding;
53         FL_OBJECT *input_tiny;
54         FL_OBJECT *input_script;
55         FL_OBJECT *input_footnote;
56         FL_OBJECT *input_small;
57         FL_OBJECT *input_large;
58         FL_OBJECT *input_larger;
59         FL_OBJECT *input_largest;
60         FL_OBJECT *input_normal;
61         FL_OBJECT *input_huge;
62         FL_OBJECT *input_huger;
63 };
64 struct FD_form_interface {
65         ~FD_form_interface();
66
67         FL_FORM *form;
68         FL_OBJECT *input_popup_font;
69         FL_OBJECT *input_menu_font;
70         FL_OBJECT *input_popup_encoding;
71         FL_OBJECT *input_bind_file;
72         FL_OBJECT *button_bind_file_browse;
73         FL_OBJECT *input_ui_file;
74         FL_OBJECT *button_ui_file_browse;
75         FL_OBJECT *check_override_x_dead_keys;
76 };
77 struct FD_form_printer {
78         ~FD_form_printer();
79
80         FL_FORM *form;
81         FL_OBJECT *input_command;
82         FL_OBJECT *input_page_range;
83         FL_OBJECT *input_copies;
84         FL_OBJECT *input_reverse;
85         FL_OBJECT *input_to_printer;
86         FL_OBJECT *input_file_extension;
87         FL_OBJECT *input_spool_command;
88         FL_OBJECT *input_paper_type;
89         FL_OBJECT *input_even_pages;
90         FL_OBJECT *input_odd_pages;
91         FL_OBJECT *input_collated;
92         FL_OBJECT *input_landscape;
93         FL_OBJECT *input_to_file;
94         FL_OBJECT *input_extra_options;
95         FL_OBJECT *input_spool_prefix;
96         FL_OBJECT *input_paper_size;
97         FL_OBJECT *input_name;
98         FL_OBJECT *check_adapt_output;
99 };
100 struct FD_form_paths {
101         ~FD_form_paths();
102
103         FL_FORM *form;
104         FL_OBJECT *input_default_path;
105         FL_OBJECT *button_document_browse;
106         FL_OBJECT *counter_lastfiles;
107         FL_OBJECT *input_template_path;
108         FL_OBJECT *button_template_browse;
109         FL_OBJECT *check_last_files;
110         FL_OBJECT *input_temp_dir;
111         FL_OBJECT *button_temp_dir_browse;
112         FL_OBJECT *input_lastfiles;
113         FL_OBJECT *button_lastfiles_browse;
114         FL_OBJECT *check_use_temp_dir;
115         FL_OBJECT *check_make_backups;
116         FL_OBJECT *input_backup_path;
117         FL_OBJECT *button_backup_path_browse;
118         FL_OBJECT *input_serverpipe;
119         FL_OBJECT *button_serverpipe_browse;
120 };
121 struct FD_form_preferences {
122         ~FD_form_preferences();
123
124         FL_FORM *form;
125         FL_OBJECT *button_apply;
126         FL_OBJECT *button_cancel;
127         FL_OBJECT *button_ok;
128         FL_OBJECT *tabfolder_prefs;
129         FL_OBJECT *button_restore;
130         FL_OBJECT *text_warning;
131 };
132 struct FD_form_outer_tab {
133         ~FD_form_outer_tab();
134
135         FL_FORM *form;
136         FL_OBJECT *tabfolder_outer;
137 };
138 struct FD_form_outputs_general {
139         ~FD_form_outputs_general();
140
141         FL_FORM *form;
142         FL_OBJECT *counter_line_len;
143         FL_OBJECT *input_tex_encoding;
144         FL_OBJECT *choice_default_papersize;
145 };
146 struct FD_form_spellchecker {
147         ~FD_form_spellchecker();
148
149         FL_FORM *form;
150         FL_OBJECT *choice_spell_command;
151         FL_OBJECT *check_alt_lang;
152         FL_OBJECT *input_alt_lang;
153         FL_OBJECT *check_escape_chars;
154         FL_OBJECT *input_escape_chars;
155         FL_OBJECT *check_personal_dict;
156         FL_OBJECT *input_personal_dict;
157         FL_OBJECT *button_personal_dict;
158         FL_OBJECT *check_compound_words;
159         FL_OBJECT *check_input_enc;
160 };
161
162 #endif /* FD_form_lnf_general_h_ */