]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated...
[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_bind_h_
5 #define FD_form_bind_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
9
10 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
11
12 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
13
14 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
15
16 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
17
18 extern  "C" void C_FormPreferencesInputCB(FL_OBJECT *, long);
19
20 extern  "C" void C_FormPreferencesApplyCB(FL_OBJECT *, long);
21 extern  "C" void C_FormPreferencesCancelCB(FL_OBJECT *, long);
22 extern  "C" void C_FormPreferencesOKCB(FL_OBJECT *, long);
23 extern  "C" void C_FormPreferencesRestoreCB(FL_OBJECT *, long);
24
25
26 /**** Forms and Objects ****/
27 struct FD_form_bind {
28         ~FD_form_bind();
29
30         FL_FORM *form;
31         FL_OBJECT *input_bind;
32         FL_OBJECT *button_bind_file_browse;
33 };
34 struct FD_form_misc {
35         ~FD_form_misc();
36
37         FL_FORM *form;
38         FL_OBJECT *check_banner;
39         FL_OBJECT *check_auto_region_delete;
40         FL_OBJECT *check_exit_confirm;
41         FL_OBJECT *check_display_shortcuts;
42         FL_OBJECT *counter_autosave;
43         FL_OBJECT *counter_line_len;
44 };
45 struct FD_form_screen_fonts {
46         ~FD_form_screen_fonts();
47
48         FL_FORM *form;
49         FL_OBJECT *input_roman;
50         FL_OBJECT *input_sans;
51         FL_OBJECT *input_typewriter;
52         FL_OBJECT *counter_zoom;
53         FL_OBJECT *check_scalable;
54         FL_OBJECT *input_screen_encoding;
55         FL_OBJECT *input_tiny;
56         FL_OBJECT *input_script;
57         FL_OBJECT *input_footnote;
58         FL_OBJECT *input_small;
59         FL_OBJECT *input_large;
60         FL_OBJECT *input_larger;
61         FL_OBJECT *input_largest;
62         FL_OBJECT *input_normal;
63         FL_OBJECT *input_huge;
64         FL_OBJECT *input_huger;
65 };
66 struct FD_form_interface_fonts {
67         ~FD_form_interface_fonts();
68
69         FL_FORM *form;
70         FL_OBJECT *input_popup_font;
71         FL_OBJECT *input_menu_font;
72         FL_OBJECT *input_popup_encoding;
73 };
74 struct FD_form_printer {
75         ~FD_form_printer();
76
77         FL_FORM *form;
78         FL_OBJECT *input_command;
79         FL_OBJECT *input_page_range;
80         FL_OBJECT *input_copies;
81         FL_OBJECT *input_reverse;
82         FL_OBJECT *input_to_printer;
83         FL_OBJECT *input_file_extension;
84         FL_OBJECT *input_spool_command;
85         FL_OBJECT *input_paper_type;
86         FL_OBJECT *input_even_pages;
87         FL_OBJECT *input_odd_pages;
88         FL_OBJECT *input_collated;
89         FL_OBJECT *input_landscape;
90         FL_OBJECT *input_to_file;
91         FL_OBJECT *input_extra_options;
92         FL_OBJECT *input_spool_prefix;
93         FL_OBJECT *input_paper_size;
94         FL_OBJECT *input_name;
95         FL_OBJECT *check_adapt_output;
96 };
97 struct FD_form_paths {
98         ~FD_form_paths();
99
100         FL_FORM *form;
101         FL_OBJECT *input_default_path;
102         FL_OBJECT *button_document_browse;
103         FL_OBJECT *counter_lastfiles;
104         FL_OBJECT *input_template_path;
105         FL_OBJECT *button_template_browse;
106         FL_OBJECT *check_last_files;
107         FL_OBJECT *input_temp_dir;
108         FL_OBJECT *button_temp_dir_browse;
109         FL_OBJECT *input_lastfiles;
110         FL_OBJECT *button_lastfiles_browse;
111         FL_OBJECT *check_use_temp_dir;
112         FL_OBJECT *check_make_backups;
113         FL_OBJECT *input_backup_path;
114         FL_OBJECT *button_backup_path_browse;
115 };
116 struct FD_form_preferences {
117         ~FD_form_preferences();
118
119         FL_FORM *form;
120         FL_OBJECT *button_apply;
121         FL_OBJECT *button_cancel;
122         FL_OBJECT *button_ok;
123         FL_OBJECT *tabfolder_prefs;
124         FL_OBJECT *button_restore;
125 };
126
127 #endif /* FD_form_bind_h_ */