]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_preferences.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_preferences.h
index 38b9539de8507a07d78febff7ac68b7cac9b6a8b..982a8e096afb0c364db0b412cfefa391c10c919a 100644 (file)
@@ -48,11 +48,11 @@ struct FD_form_preferences {
        FL_OBJECT *button_cancel;
        FL_OBJECT *text_warning;
 };
-struct FD_form_outer_tab {
-       ~FD_form_outer_tab();
+struct FD_form_inner_tab {
+       ~FD_form_inner_tab();
 
        FL_FORM *form;
-       FL_OBJECT *tabfolder_outer;
+       FL_OBJECT *tabfolder_inner;
 };
 struct FD_form_screen_fonts {
        ~FD_form_screen_fonts();
@@ -80,9 +80,9 @@ struct FD_form_interface {
        ~FD_form_interface();
 
        FL_FORM *form;
-       FL_OBJECT *input_popup_font;
-       FL_OBJECT *input_menu_font;
-       FL_OBJECT *input_popup_encoding;
+       FL_OBJECT *input_popup_normal_font;
+       FL_OBJECT *input_popup_bold_font;
+       FL_OBJECT *input_popup_font_encoding;
        FL_OBJECT *input_ui_file;
        FL_OBJECT *button_ui_file_browse;
        FL_OBJECT *input_bind_file;
@@ -100,7 +100,9 @@ struct FD_form_colors {
        FL_OBJECT *slider_red;
        FL_OBJECT *slider_green;
        FL_OBJECT *slider_blue;
-       FL_OBJECT *button_colorspace;
+       FL_OBJECT *group_radio_printto;
+       FL_OBJECT *radio_hsv;
+       FL_OBJECT *radio_rgb;
        FL_OBJECT *text_color_values;
        FL_OBJECT *button_color;
        FL_OBJECT *button_modify;
@@ -115,8 +117,14 @@ struct FD_form_lnf_misc {
        FL_OBJECT *check_display_shrtcuts;
        FL_OBJECT *check_ask_new_file;
        FL_OBJECT *check_cursor_follows_scrollbar;
+       FL_OBJECT *check_dialogs_iconify_with_main;
        FL_OBJECT *counter_wm_jump;
        FL_OBJECT *counter_autosave;
+       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;
 };
 struct FD_form_spelloptions {
        ~FD_form_spelloptions();
@@ -237,6 +245,8 @@ struct FD_form_outputs_misc {
        FL_OBJECT *choice_default_papersize;
        FL_OBJECT *input_ascii_roff;
        FL_OBJECT *input_checktex;
+       FL_OBJECT *input_paperoption;
+       FL_OBJECT *check_autoreset_classopt;
 };
 
 #endif /* FD_form_preferences_h_ */