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