Skip to content
Snippets Groups Projects
Commit 997a8845 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2006-01-29 Benedikt Meurer <benny@xfce.org>

	* docs/README.thunarrc: Add missing preferences.
	* thunar/thunar-preferences.c: Rearrange stuff.




(Old svn revision: 19663)
parent 2772a801
No related branches found
No related tags found
No related merge requests found
2006-01-29 Benedikt Meurer <benny@xfce.org>
* docs/README.thunarrc: Add missing preferences.
* thunar/thunar-preferences.c: Rearrange stuff.
2006-01-29 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-enum-types.{c,h}: Add ThunarZoomLevel and ThunarIconSize
......
......@@ -19,6 +19,26 @@ The Thunar Configuration File (thunarrc)
in new Thunar windows, or "void" to use the last selected view from
LastView preference.
* LastDetailsViewZoomLevel (THUNAR_ZOOM_LEVEL_SMALLEST/
THUNAR_ZOOM_LEVEL_SMALLER/
THUNAR_ZOOM_LEVEL_SMALL/
THUNAR_ZOOM_LEVEL_NORMAL/
THUNAR_ZOOM_LEVEL_LARGE/
THUNAR_ZOOM_LEVEL_LARGER/
THUNAR_ZOOM_LEVEL_LARGEST)
The last selected zoom level for the detailed list view.
* LastIconViewZoomLevel (THUNAR_ZOOM_LEVEL_SMALLEST/
THUNAR_ZOOM_LEVEL_SMALLER/
THUNAR_ZOOM_LEVEL_SMALL/
THUNAR_ZOOM_LEVEL_NORMAL/
THUNAR_ZOOM_LEVEL_LARGE/
THUNAR_ZOOM_LEVEL_LARGER/
THUNAR_ZOOM_LEVEL_LARGEST)
The last selected zoom level for the icon view.
* LastLocationBar (ThunarLocationButtons/ThunarLocationEntry/void)
The name of the widget class which should be used for the location bar
......
......@@ -198,21 +198,6 @@ thunar_preferences_class_init (ThunarPreferencesClass *klass)
"void",
EXO_PARAM_READWRITE));
/**
* ThunarPreferences:last-location-bar:
*
* The name of the widget class, which should be used for the
* location bar in #ThunarWindow<!---->s or "void" to hide the
* location bar.
**/
g_object_class_install_property (gobject_class,
PROP_LAST_LOCATION_BAR,
g_param_spec_string ("last-location-bar",
"last-location-bar",
"last-location-bar",
"ThunarLocationButtons",
EXO_PARAM_READWRITE));
/**
* ThunarPreferences:last-details-view-zoom-level:
*
......@@ -241,6 +226,21 @@ thunar_preferences_class_init (ThunarPreferencesClass *klass)
THUNAR_ZOOM_LEVEL_NORMAL,
EXO_PARAM_READWRITE));
/**
* ThunarPreferences:last-location-bar:
*
* The name of the widget class, which should be used for the
* location bar in #ThunarWindow<!---->s or "void" to hide the
* location bar.
**/
g_object_class_install_property (gobject_class,
PROP_LAST_LOCATION_BAR,
g_param_spec_string ("last-location-bar",
"last-location-bar",
"last-location-bar",
"ThunarLocationButtons",
EXO_PARAM_READWRITE));
/**
* ThunarPreferences:last-side-pane:
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment