2000-08-14 05:24:35 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-10-26 09:36:33 +00:00
|
|
|
#ifndef FD_form_preferences_h_
|
|
|
|
#define FD_form_preferences_h_
|
2000-06-12 11:55:12 +00:00
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-08-23 16:19:22 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedRestoreCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-10-30 11:33:05 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-10-27 10:04:51 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-11-03 09:47:02 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-10-27 10:04:51 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-10-25 10:19:25 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-10-11 07:59:25 +00:00
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
extern "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
|
2000-11-03 17:05:42 +00:00
|
|
|
|
2000-07-13 15:03:34 +00:00
|
|
|
|
2000-10-03 05:53:25 +00:00
|
|
|
/**** Forms and Objects ****/
|
2000-10-26 09:36:33 +00:00
|
|
|
struct FD_form_preferences {
|
|
|
|
~FD_form_preferences();
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-10-26 09:36:33 +00:00
|
|
|
FL_OBJECT *tabfolder_prefs;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *button_restore;
|
|
|
|
FL_OBJECT *button_ok;
|
2000-10-26 09:36:33 +00:00
|
|
|
FL_OBJECT *button_apply;
|
|
|
|
FL_OBJECT *button_cancel;
|
|
|
|
FL_OBJECT *text_warning;
|
|
|
|
};
|
|
|
|
struct FD_form_outer_tab {
|
|
|
|
~FD_form_outer_tab();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *tabfolder_outer;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_screen_fonts {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_screen_fonts();
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2000-06-12 11:55:12 +00:00
|
|
|
FL_OBJECT *input_roman;
|
|
|
|
FL_OBJECT *input_sans;
|
|
|
|
FL_OBJECT *input_typewriter;
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_OBJECT *input_screen_encoding;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *check_scalable;
|
|
|
|
FL_OBJECT *counter_zoom;
|
|
|
|
FL_OBJECT *counter_dpi;
|
|
|
|
FL_OBJECT *input_tiny;
|
2000-06-12 11:55:12 +00:00
|
|
|
FL_OBJECT *input_script;
|
|
|
|
FL_OBJECT *input_footnote;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_small;
|
|
|
|
FL_OBJECT *input_normal;
|
2000-06-12 11:55:12 +00:00
|
|
|
FL_OBJECT *input_large;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_larger;
|
2000-06-12 11:55:12 +00:00
|
|
|
FL_OBJECT *input_largest;
|
|
|
|
FL_OBJECT *input_huge;
|
|
|
|
FL_OBJECT *input_huger;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
2001-08-23 16:19:22 +00:00
|
|
|
struct FD_form_interface {
|
|
|
|
~FD_form_interface();
|
2000-10-26 09:36:33 +00:00
|
|
|
|
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_popup_font;
|
|
|
|
FL_OBJECT *input_menu_font;
|
|
|
|
FL_OBJECT *input_popup_encoding;
|
|
|
|
FL_OBJECT *input_ui_file;
|
|
|
|
FL_OBJECT *button_ui_file_browse;
|
|
|
|
FL_OBJECT *input_bind_file;
|
|
|
|
FL_OBJECT *button_bind_file_browse;
|
|
|
|
FL_OBJECT *check_override_x_dead_keys;
|
|
|
|
};
|
|
|
|
struct FD_form_colors {
|
|
|
|
~FD_form_colors();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *browser_lyx_objs;
|
|
|
|
FL_OBJECT *dial_hue;
|
|
|
|
FL_OBJECT *slider_saturation;
|
|
|
|
FL_OBJECT *slider_value;
|
|
|
|
FL_OBJECT *slider_red;
|
|
|
|
FL_OBJECT *slider_green;
|
|
|
|
FL_OBJECT *slider_blue;
|
2001-10-23 09:39:01 +00:00
|
|
|
FL_OBJECT *group_radio_printto;
|
|
|
|
FL_OBJECT *radio_hsv;
|
|
|
|
FL_OBJECT *radio_rgb;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *text_color_values;
|
|
|
|
FL_OBJECT *button_color;
|
|
|
|
FL_OBJECT *button_modify;
|
|
|
|
};
|
|
|
|
struct FD_form_lnf_misc {
|
|
|
|
~FD_form_lnf_misc();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *check_banner;
|
|
|
|
FL_OBJECT *check_auto_region_delete;
|
|
|
|
FL_OBJECT *check_exit_confirm;
|
|
|
|
FL_OBJECT *check_display_shrtcuts;
|
|
|
|
FL_OBJECT *check_ask_new_file;
|
|
|
|
FL_OBJECT *check_cursor_follows_scrollbar;
|
2001-09-07 10:11:02 +00:00
|
|
|
FL_OBJECT *check_dialogs_iconify_with_main;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *counter_wm_jump;
|
|
|
|
FL_OBJECT *counter_autosave;
|
2001-09-18 10:58:35 +00:00
|
|
|
FL_OBJECT *radio_button_group_display;
|
|
|
|
FL_OBJECT *radio_display_monochrome;
|
|
|
|
FL_OBJECT *radio_display_grayscale;
|
|
|
|
FL_OBJECT *radio_display_color;
|
|
|
|
FL_OBJECT *radio_no_display;
|
2000-10-26 09:36:33 +00:00
|
|
|
};
|
2001-07-13 11:50:39 +00:00
|
|
|
struct FD_form_spelloptions {
|
|
|
|
~FD_form_spelloptions();
|
2000-10-26 09:36:33 +00:00
|
|
|
|
|
|
|
FL_FORM *form;
|
|
|
|
FL_OBJECT *choice_spell_command;
|
|
|
|
FL_OBJECT *check_alt_lang;
|
|
|
|
FL_OBJECT *input_alt_lang;
|
|
|
|
FL_OBJECT *check_escape_chars;
|
|
|
|
FL_OBJECT *input_escape_chars;
|
|
|
|
FL_OBJECT *check_personal_dict;
|
|
|
|
FL_OBJECT *input_personal_dict;
|
|
|
|
FL_OBJECT *button_personal_dict;
|
|
|
|
FL_OBJECT *check_compound_words;
|
|
|
|
FL_OBJECT *check_input_enc;
|
|
|
|
};
|
2000-10-27 10:04:51 +00:00
|
|
|
struct FD_form_language {
|
|
|
|
~FD_form_language();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2000-10-30 21:53:29 +00:00
|
|
|
FL_OBJECT *input_package;
|
|
|
|
FL_OBJECT *choice_default_lang;
|
2000-10-30 11:33:05 +00:00
|
|
|
FL_OBJECT *check_use_kbmap;
|
2000-11-14 13:46:01 +00:00
|
|
|
FL_OBJECT *input_kbmap1;
|
|
|
|
FL_OBJECT *input_kbmap2;
|
|
|
|
FL_OBJECT *button_kbmap1_browse;
|
|
|
|
FL_OBJECT *button_kbmap2_browse;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *check_rtl_support;
|
|
|
|
FL_OBJECT *check_auto_begin;
|
2001-02-25 10:22:54 +00:00
|
|
|
FL_OBJECT *check_use_babel;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *check_mark_foreign;
|
|
|
|
FL_OBJECT *check_auto_end;
|
2001-02-25 10:22:54 +00:00
|
|
|
FL_OBJECT *check_global_options;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_command_begin;
|
|
|
|
FL_OBJECT *input_command_end;
|
2000-10-27 10:04:51 +00:00
|
|
|
};
|
2001-08-23 16:19:22 +00:00
|
|
|
struct FD_form_formats {
|
|
|
|
~FD_form_formats();
|
2000-10-27 10:04:51 +00:00
|
|
|
|
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *browser_all;
|
|
|
|
FL_OBJECT *input_format;
|
|
|
|
FL_OBJECT *input_gui_name;
|
|
|
|
FL_OBJECT *input_shrtcut;
|
|
|
|
FL_OBJECT *input_extension;
|
|
|
|
FL_OBJECT *input_viewer;
|
|
|
|
FL_OBJECT *button_add;
|
|
|
|
FL_OBJECT *button_delete;
|
2000-11-03 09:47:02 +00:00
|
|
|
};
|
2000-11-03 17:05:42 +00:00
|
|
|
struct FD_form_converters {
|
|
|
|
~FD_form_converters();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2000-11-09 15:28:42 +00:00
|
|
|
FL_OBJECT *browser_all;
|
2000-11-03 17:05:42 +00:00
|
|
|
FL_OBJECT *choice_from;
|
|
|
|
FL_OBJECT *choice_to;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_converter;
|
2000-11-08 09:39:46 +00:00
|
|
|
FL_OBJECT *input_flags;
|
2000-11-03 09:47:02 +00:00
|
|
|
FL_OBJECT *button_add;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *button_delete;
|
2000-10-27 10:04:51 +00:00
|
|
|
};
|
2001-08-23 16:19:22 +00:00
|
|
|
struct FD_form_paths {
|
|
|
|
~FD_form_paths();
|
2000-10-26 09:36:33 +00:00
|
|
|
|
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_default_path;
|
|
|
|
FL_OBJECT *button_default_path_browse;
|
|
|
|
FL_OBJECT *input_template_path;
|
|
|
|
FL_OBJECT *button_template_path_browse;
|
|
|
|
FL_OBJECT *check_use_temp_dir;
|
|
|
|
FL_OBJECT *input_temp_dir;
|
|
|
|
FL_OBJECT *button_temp_dir_browse;
|
|
|
|
FL_OBJECT *check_last_files;
|
|
|
|
FL_OBJECT *input_lastfiles;
|
|
|
|
FL_OBJECT *button_lastfiles_browse;
|
|
|
|
FL_OBJECT *counter_lastfiles;
|
|
|
|
FL_OBJECT *check_make_backups;
|
|
|
|
FL_OBJECT *input_backup_path;
|
|
|
|
FL_OBJECT *button_backup_path_browse;
|
|
|
|
FL_OBJECT *input_serverpipe;
|
|
|
|
FL_OBJECT *button_serverpipe_browse;
|
2000-10-26 09:36:33 +00:00
|
|
|
};
|
2001-08-23 16:19:22 +00:00
|
|
|
struct FD_form_inputs_misc {
|
|
|
|
~FD_form_inputs_misc();
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_date_format;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
|
|
|
struct FD_form_printer {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_printer();
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *input_name;
|
|
|
|
FL_OBJECT *check_adapt_output;
|
2000-06-12 11:55:12 +00:00
|
|
|
FL_OBJECT *input_command;
|
|
|
|
FL_OBJECT *input_page_range;
|
|
|
|
FL_OBJECT *input_copies;
|
|
|
|
FL_OBJECT *input_reverse;
|
|
|
|
FL_OBJECT *input_to_printer;
|
|
|
|
FL_OBJECT *input_file_extension;
|
|
|
|
FL_OBJECT *input_spool_command;
|
|
|
|
FL_OBJECT *input_paper_type;
|
|
|
|
FL_OBJECT *input_even_pages;
|
|
|
|
FL_OBJECT *input_odd_pages;
|
|
|
|
FL_OBJECT *input_collated;
|
|
|
|
FL_OBJECT *input_landscape;
|
|
|
|
FL_OBJECT *input_to_file;
|
|
|
|
FL_OBJECT *input_extra_options;
|
|
|
|
FL_OBJECT *input_spool_prefix;
|
|
|
|
FL_OBJECT *input_paper_size;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
2001-08-23 16:19:22 +00:00
|
|
|
struct FD_form_outputs_misc {
|
|
|
|
~FD_form_outputs_misc();
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2001-08-23 16:19:22 +00:00
|
|
|
FL_OBJECT *counter_line_len;
|
|
|
|
FL_OBJECT *input_tex_encoding;
|
|
|
|
FL_OBJECT *choice_default_papersize;
|
|
|
|
FL_OBJECT *input_ascii_roff;
|
|
|
|
FL_OBJECT *input_checktex;
|
2001-09-02 11:40:33 +00:00
|
|
|
FL_OBJECT *input_paperoption;
|
2001-09-21 10:41:09 +00:00
|
|
|
FL_OBJECT *check_autoreset_classopt;
|
2000-10-11 07:59:25 +00:00
|
|
|
};
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-10-26 09:36:33 +00:00
|
|
|
#endif /* FD_form_preferences_h_ */
|