eog/eog.schemas
Federico Mena Quintero 0d9325fc05 Require gconf 0.7 or later.
2000-08-09  Federico Mena Quintero  <federico@helixcode.com>

	* configure.in: Require gconf 0.7 or later.

	* eog.schemas: Completed the schema descriptions.
2000-08-09 21:38:47 +00:00

177 lines
5.7 KiB
Plaintext

<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/eog/view/interp_type</key>
<applyto>/apps/eog/view/interp_type</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Interpolation type</short>
<long>Type of interpolation to use for views. Possible values
are: 0 (nearest neighbor), 2 (bilienar), 3 (hyperbolic).
Value 1 (tiles) is in effect the same as nearest neighbor and
thus is not used.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/check_type</key>
<applyto>/apps/eog/view/check_type</applyto>
<owner>eog</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Type of checks</short>
<long>Type of the checkered background that will be drawn
behind images with transparency. Possible values are: 0 (dark
checks), 1 (midtone checks), 2 (light checks), 3 (black
background), 4 (gray background), 5 (white background).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/check_size</key>
<applyto>/apps/eog/view/check_size</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Size of checks</short>
<long>Size of the checks in the background that will be drawn
behind images with transparency. Possible values are: 0
(small checks), 1 (medium checks), 2 (large checks).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/dither</key>
<applyto>/apps/eog/view/dither</applyto>
<owner>eog</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Dither type</short>
<long>Dither type to use. Possible values are: 0 (none), 1
(normal, for pseudo-color displays), 2 (maximum, for extra
quality on high color displays).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/scroll</key>
<applyto>/apps/eog/view/scroll</applyto>
<owner>eog</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Scrolling method</short>
<long>Scrolling method to use. Possible values are: 0
(normal), 1 (two-pass scrolling).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/sb_policy</key>
<applyto>/apps/eog/window/sb_policy</applyto>
<owner>eog</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Scrollbar policy for image windows</short>
<long>Whether to display scrollbars on image windows.
Possible values are: 1 (automatic; only display scrollbars if
the image is larger than the window), 2 (never display
scrollbars).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/auto_size</key>
<applyto>/apps/eog/window/auto_size</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Automatically pick window size</short>
<long>Whether image windows should pick their size and zooming
factor automatically based on the size of the image. If this
option is not set, image windows will get whatever size the
window manager assigns to them.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/open_new_window</key>
<applyto>/apps/eog/window/open_new_window</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Open images in a new window</short>
<long>Whether opening an image should create a new window
instead of replacing the image in the current window.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/sb_policy</key>
<applyto>/apps/eog/full_screen/sb_policy</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Scrollbar policy for the full screen view</short>
<long>Whether to display scrollbars on the full screen view.
Possible values are: 1 (automatic; only display scrollbars if
the image is larger than the window), 2 (never display
scrollbars).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/zoom</key>
<applyto>/apps/eog/full_screen/zoom</applyto>
<owner>eog</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<short>Default zoom factor for the full screen view</short>
<long>Default zoom factor for the full screen view. Possible
values are: 0 (use 1:1 zoom factor), 1 (use the same zoom
factor as the image window), 2 (fit the image to the
screen).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/fit_standard</key>
<applyto>/apps/eog/full_screen/fit_standard</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Fit standard-sized images to the screen</short>
<long>Whether to fit standard-sized images to the screen when
in full screen mode. These are images with sizes like
320x240, 640x480, 800x800, etc. This selects whether such
images should be scaled to fit the screen regardless of the
setting for the default zoom factor of the full screen
view.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/bevel</key>
<applyto>/apps/eog/full_screen/bevel</applyto>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Put a bevel around the screen</short>
<long>Whether the full screen view should display a bevel
along the edges of the screen.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>