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