comparison src/typedefs.h @ 489:3809ffa3567b

Save state and width of exif, info and sort panels to rc file. Width is restored only if save windows dimensions is set.
author zas_
date Tue, 22 Apr 2008 22:44:10 +0000
parents 805c3258d228
children 4a9570cd06f8
comparison
equal deleted inserted replaced
488:a884e7fa26aa 489:3809ffa3567b
539 539
540 gint bar_sort_enabled; 540 gint bar_sort_enabled;
541 gint bar_exif_enabled; 541 gint bar_exif_enabled;
542 gint bar_info_enabled; 542 gint bar_info_enabled;
543 543
544 gint bar_exif_size; 544 gint bar_exif_width;
545 gint bar_exif_advanced; 545 gint bar_exif_advanced;
546 gint bar_info_width;
546 }; 547 };
547 548
548 struct _ViewDir 549 struct _ViewDir
549 { 550 {
550 DirViewType type; 551 DirViewType type;
898 899
899 gint toolbar_hidden; 900 gint toolbar_hidden;
900 901
901 } layout; 902 } layout;
902 903
904 /* panels */
905 struct {
906 struct {
907 gint enabled;
908 gint width;
909 } info;
910
911 struct {
912 gint enabled;
913 gint width;
914 } exif;
915
916 struct {
917 gint enabled;
918 } sort;
919 } panels;
920
921
903 /* color profiles */ 922 /* color profiles */
904 struct { 923 struct {
905 gint enabled; 924 gint enabled;
906 gint input_type; 925 gint input_type;
907 gchar *input_file[COLOR_PROFILE_INPUTS]; 926 gchar *input_file[COLOR_PROFILE_INPUTS];