File: org.mate.seahorse.caja.window.gschema.xml

package info (click to toggle)
caja-seahorse 1.18.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,876 kB
  • sloc: ansic: 4,278; xml: 469; makefile: 134; sh: 15
file content (14 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
	<schema id="org.mate.seahorse.caja.window">
		<key name="width" type="i">
			<default>-1</default>
			<summary>Width of the window</summary>
			<description>Width (in pixels) of the window.</description>
		</key>
		<key name="height" type="i">
			<default>-1</default>
			<summary>Height of the window</summary>
			<description>Height (in pixels) of the window.</description>
		</key>
	</schema>
</schemalist>