eog/libeog/eog-config-keys.h
Jens Finke 7560f58cd3 Added checkbox to disable auto switching of images in slideshow.
2005-04-11  Jens Finke  <jens@triq.net>

	* eog.glade: Added checkbox to disable auto switching of images in slideshow.

	* eog.schemas.in: New key full_screen/auto_advance

	* shell/eog-preferences.c (check_auto_advance_toggle_cb): Disable spin button
	when unchecked, otherwise enable it.

	* libeog/eog-fullscreen.c (eog_full_screen_new): Auto advance of images depend
	on auto_advance gconf key, not whether seconds are greater zero.
2005-04-11 06:11:59 +00:00

27 lines
1.2 KiB
C

#ifndef _EOG_CONFIG_KEYS_H_
#define _EOG_CONFIG_KEYS_H_
#define EOG_CONF_DIR "/apps/eog"
#define EOG_CONF_VIEW_DIR "/apps/eog/view"
#define EOG_CONF_VIEW_INTERPOLATE "/apps/eog/view/interpolate"
#define EOG_CONF_VIEW_TRANSPARENCY "/apps/eog/view/transparency"
#define EOG_CONF_VIEW_TRANS_COLOR "/apps/eog/view/trans_color"
#define EOG_CONF_WINDOW_OPEN_NEW_WINDOW "/apps/eog/window/open_new_window"
#define EOG_CONF_WINDOW_GEOMETRY_SINGLETON "/apps/eog/window/geometry_singleton"
#define EOG_CONF_WINDOW_GEOMETRY_COLLECTION "/apps/eog/window/geometry_collection"
#define EOG_CONF_FULLSCREEN_LOOP "/apps/eog/full_screen/loop"
#define EOG_CONF_FULLSCREEN_UPSCALE "/apps/eog/full_screen/upscale"
#define EOG_CONF_FULLSCREEN_AUTO_ADVANCE "/apps/eog/full_screen/auto_advance"
#define EOG_CONF_FULLSCREEN_SECONDS "/apps/eog/full_screen/seconds"
#define EOG_CONF_UI_TOOLBAR "/apps/eog/ui/toolbar"
#define EOG_CONF_UI_STATUSBAR "/apps/eog/ui/statusbar"
#define EOG_CONF_UI_INFO_IMAGE "/apps/eog/ui/info_image"
#define EOG_CONF_UI_INFO_COLLECTION "/apps/eog/ui/info_collection"
#endif /* _EOG_CONFIG_KEYS_H_ */