]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_preferences.h
Angus's xforms patch + Preferences redesign -- need help fixing BadDrawable + Abort...
[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
25 /**** Forms and Objects ****/
26 struct FD_form_lnf_general {
27         ~FD_form_lnf_general();
28
29         FL_FORM *form;
30         FL_OBJECT *check_banner;
31         FL_OBJECT *check_auto_region_delete;
32         FL_OBJECT *check_exit_confirm;
33         FL_OBJECT *check_display_shortcuts;
34         FL_OBJECT *counter_autosave;
35         FL_OBJECT *counter_line_len;
36         FL_OBJECT *input_bind;
37         FL_OBJECT *button_bind_file_browse;
38 };
39 struct FD_form_screen_fonts {
40         ~FD_form_screen_fonts();
41
42         FL_FORM *form;
43         FL_OBJECT *input_roman;
44         FL_OBJECT *input_sans;
45         FL_OBJECT *input_typewriter;
46         FL_OBJECT *counter_zoom;
47         FL_OBJECT *check_scalable;
48         FL_OBJECT *input_screen_encoding;
49         FL_OBJECT *input_tiny;
50         FL_OBJECT *input_script;
51         FL_OBJECT *input_footnote;
52         FL_OBJECT *input_small;
53         FL_OBJECT *input_large;
54         FL_OBJECT *input_larger;
55         FL_OBJECT *input_largest;
56         FL_OBJECT *input_normal;
57         FL_OBJECT *input_huge;
58         FL_OBJECT *input_huger;
59 };
60 struct FD_form_interface_fonts {
61         ~FD_form_interface_fonts();
62
63         FL_FORM *form;
64         FL_OBJECT *input_popup_font;
65         FL_OBJECT *input_menu_font;
66         FL_OBJECT *input_popup_encoding;
67 };
68 struct FD_form_printer {
69         ~FD_form_printer();
70
71         FL_FORM *form;
72         FL_OBJECT *input_command;
73         FL_OBJECT *input_page_range;
74         FL_OBJECT *input_copies;
75         FL_OBJECT *input_reverse;
76         FL_OBJECT *input_to_printer;
77         FL_OBJECT *input_file_extension;
78         FL_OBJECT *input_spool_command;
79         FL_OBJECT *input_paper_type;
80         FL_OBJECT *input_even_pages;
81         FL_OBJECT *input_odd_pages;
82         FL_OBJECT *input_collated;
83         FL_OBJECT *input_landscape;
84         FL_OBJECT *input_to_file;
85         FL_OBJECT *input_extra_options;
86         FL_OBJECT *input_spool_prefix;
87         FL_OBJECT *input_paper_size;
88         FL_OBJECT *input_name;
89         FL_OBJECT *check_adapt_output;
90 };
91 struct FD_form_paths {
92         ~FD_form_paths();
93
94         FL_FORM *form;
95         FL_OBJECT *input_default_path;
96         FL_OBJECT *button_document_browse;
97         FL_OBJECT *counter_lastfiles;
98         FL_OBJECT *input_template_path;
99         FL_OBJECT *button_template_browse;
100         FL_OBJECT *check_last_files;
101         FL_OBJECT *input_temp_dir;
102         FL_OBJECT *button_temp_dir_browse;
103         FL_OBJECT *input_lastfiles;
104         FL_OBJECT *button_lastfiles_browse;
105         FL_OBJECT *check_use_temp_dir;
106         FL_OBJECT *check_make_backups;
107         FL_OBJECT *input_backup_path;
108         FL_OBJECT *button_backup_path_browse;
109 };
110 struct FD_form_preferences {
111         ~FD_form_preferences();
112
113         FL_FORM *form;
114         FL_OBJECT *button_apply;
115         FL_OBJECT *button_cancel;
116         FL_OBJECT *button_ok;
117         FL_OBJECT *tabfolder_prefs;
118         FL_OBJECT *button_restore;
119 };
120 struct FD_form_outer_tab {
121         ~FD_form_outer_tab();
122
123         FL_FORM *form;
124         FL_OBJECT *tabfolder_outer;
125 };
126
127 #endif /* FD_form_lnf_general_h_ */