comparison src/typedefs.h @ 338:41c3cb73120f

Rename window options (moved to layout) and re-order rc file.
author zas_
date Sat, 12 Apr 2008 19:33:59 +0000
parents df868b947aa0
children de1c2cd06fce
comparison
equal deleted inserted replaced
337:0565ee45b8ac 338:41c3cb73120f
729 gint unlink_on_error; /**< whether to remove temporary file on save failure, TRUE by default */ 729 gint unlink_on_error; /**< whether to remove temporary file on save failure, TRUE by default */
730 }; 730 };
731 731
732 struct _ConfOptions 732 struct _ConfOptions
733 { 733 {
734 /* windows */
735 gint main_window_w;
736 gint main_window_h;
737 gint main_window_x;
738 gint main_window_y;
739 gint main_window_maximized;
740
741 gint float_window_w;
742 gint float_window_h;
743 gint float_window_x;
744 gint float_window_y;
745 gint float_window_divider;
746
747 gint window_hdivider_pos;
748 gint window_vdivider_pos;
749
750 gint save_window_positions;
751
752 gint tools_float;
753 gint tools_hidden;
754 gint toolbar_hidden;
755 734
756 /* ui */ 735 /* ui */
757 gint progressive_key_scrolling; 736 gint progressive_key_scrolling;
758 gint place_dialogs_under_mouse; 737 gint place_dialogs_under_mouse;
759 gint mousewheel_scrolls; 738 gint mousewheel_scrolls;
773 gint confirm_delete; 752 gint confirm_delete;
774 gint enable_delete_key; 753 gint enable_delete_key;
775 gint safe_delete_enable; 754 gint safe_delete_enable;
776 gchar *safe_delete_path; 755 gchar *safe_delete_path;
777 gint safe_delete_size; 756 gint safe_delete_size;
778 gint restore_tool; 757
779
780 gint dupe_custom_threshold; 758 gint dupe_custom_threshold;
781 759
782 gint recent_list_max; 760 gint recent_list_max;
783 761
784 /* image */ 762 /* image */
862 gchar *order; 840 gchar *order;
863 gint style; 841 gint style;
864 842
865 gint view_as_icons; 843 gint view_as_icons;
866 gint view_as_tree; 844 gint view_as_tree;
845
846 struct {
847 gint w;
848 gint h;
849 gint x;
850 gint y;
851 gint maximized;
852 gint hdivider_pos;
853 gint vdivider_pos;
854 } main_window;
855
856 struct {
857 gint w;
858 gint h;
859 gint x;
860 gint y;
861 gint vdivider_pos;
862 } float_window;
863
864 gint save_window_positions;
865
866 gint tools_float;
867 gint tools_hidden;
868 gint tools_restore_state;
869
870 gint toolbar_hidden;
871
867 } layout; 872 } layout;
868 873
869 /* color profiles */ 874 /* color profiles */
870 struct { 875 struct {
871 gint enabled; 876 gint enabled;