]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_preferences.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / form_preferences.h
index 2aecde410680648a2071a8ab32b2b33565f223ff..d6b0fcb53ecef3dc3717c1f5a4376fe2921e097a 100644 (file)
@@ -21,6 +21,11 @@ extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
 
 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
 
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
+
+extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
 
 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
 
@@ -42,7 +47,6 @@ struct FD_form_preferences {
        FL_OBJECT *button_ok;
        FL_OBJECT *button_restore;
        FL_OBJECT *text_warning;
-       FL_OBJECT *timer_feedback;
 };
 struct FD_form_outer_tab {
        ~FD_form_outer_tab();
@@ -110,19 +114,57 @@ struct FD_form_language {
        FL_OBJECT *input_package;
        FL_OBJECT *choice_default_lang;
        FL_OBJECT *check_use_kbmap;
-       FL_OBJECT *choice_kbmap_1;
-       FL_OBJECT *choice_kbmap_2;
        FL_OBJECT *check_rtl_support;
        FL_OBJECT *check_mark_foreign;
        FL_OBJECT *check_auto_begin;
        FL_OBJECT *check_auto_end;
        FL_OBJECT *input_command_begin;
        FL_OBJECT *input_command_end;
+       FL_OBJECT *input_kbmap1;
+       FL_OBJECT *input_kbmap2;
+       FL_OBJECT *button_kbmap1_browse;
+       FL_OBJECT *button_kbmap2_browse;
+};
+struct FD_form_colors {
+       ~FD_form_colors();
+
+       FL_FORM *form;
+       FL_OBJECT *button_color;
+       FL_OBJECT *browser_lyx_objs;
+       FL_OBJECT *button_modify;
+       FL_OBJECT *slider_saturation;
+       FL_OBJECT *slider_value;
+       FL_OBJECT *dial_hue;
+       FL_OBJECT *slider_red;
+       FL_OBJECT *slider_blue;
+       FL_OBJECT *slider_green;
+       FL_OBJECT *button_colorspace;
+       FL_OBJECT *text_color_values;
+};
+struct FD_form_converters {
+       ~FD_form_converters();
+
+       FL_FORM *form;
+       FL_OBJECT *browser_all;
+       FL_OBJECT *button_delete;
+       FL_OBJECT *button_add;
+       FL_OBJECT *input_converter;
+       FL_OBJECT *choice_from;
+       FL_OBJECT *choice_to;
+       FL_OBJECT *input_flags;
 };
-struct FD_form_colours {
-       ~FD_form_colours();
+struct FD_form_formats {
+       ~FD_form_formats();
 
        FL_FORM *form;
+       FL_OBJECT *browser_all;
+       FL_OBJECT *input_format;
+       FL_OBJECT *input_gui_name;
+       FL_OBJECT *button_delete;
+       FL_OBJECT *button_add;
+       FL_OBJECT *input_extension;
+       FL_OBJECT *input_viewer;
+       FL_OBJECT *input_shrtcut;
 };
 struct FD_form_lnf_misc {
        ~FD_form_lnf_misc();
@@ -131,7 +173,7 @@ struct FD_form_lnf_misc {
        FL_OBJECT *check_banner;
        FL_OBJECT *check_auto_region_delete;
        FL_OBJECT *check_exit_confirm;
-       FL_OBJECT *check_display_shortcuts;
+       FL_OBJECT *check_display_shrtcuts;
        FL_OBJECT *counter_autosave;
        FL_OBJECT *check_ask_new_file;
        FL_OBJECT *check_cursor_follows_scrollbar;
@@ -178,10 +220,10 @@ struct FD_form_paths {
 
        FL_FORM *form;
        FL_OBJECT *input_default_path;
-       FL_OBJECT *button_document_browse;
+       FL_OBJECT *button_default_path_browse;
        FL_OBJECT *counter_lastfiles;
        FL_OBJECT *input_template_path;
-       FL_OBJECT *button_template_browse;
+       FL_OBJECT *button_template_path_browse;
        FL_OBJECT *check_last_files;
        FL_OBJECT *button_temp_dir_browse;
        FL_OBJECT *input_lastfiles;