4 Note: all double hyphens in this comment have a space in the middle
5 because double hyphen isn't allowed in comments. So, remove the space
8 To install this file type:
9 gconftool - -install-schema-file gcalctool.schemas
10 You probably want your "make install" to do this for real applications.
11 Also, you probably want a configure option so people can retarget where the
12 schema file gets installed. The option should be called - -gconf-config-source=blah
13 To change the gconftool target use the - -config-source=blah option to gconftool.
18 <applyto>/apps/gcalctool/accuracy</applyto>
19 <key>/schemas/apps/gcalctool/accuracy</key>
20 <owner>gcalctool</owner>
24 <short>Accuracy value</short>
26 The number of digits displayed after the numeric point.
27 This value must be in the range 0 to 9.
32 <applyto>/apps/gcalctool/base</applyto>
33 <key>/schemas/apps/gcalctool/base</key>
34 <owner>gcalctool</owner>
37 <default>DEC</default>
38 <short>Numeric Base</short>
40 The initial numeric base. Valid values are
49 <applyto>/apps/gcalctool/display</applyto>
50 <key>/schemas/apps/gcalctool/display</key>
51 <owner>gcalctool</owner>
54 <default>FIX</default>
55 <short>Display Mode</short>
57 The initial display mode. Valid values are
65 <applyto>/apps/gcalctool/mode</applyto>
66 <key>/schemas/apps/gcalctool/mode</key>
67 <owner>gcalctool</owner>
70 <default>BASIC</default>
73 The initial calculator mode. Valid values are
82 <applyto>/apps/gcalctool/showzeroes</applyto>
83 <key>/schemas/apps/gcalctool/showzeroes</key>
84 <owner>gcalctool</owner>
87 <default>false</default>
88 <short>Show Trailing Zeroes</short>
90 Indicates whether any trailing zeroes after the
91 number point should be shown in the display value.
96 <applyto>/apps/gcalctool/showhelp</applyto>
97 <key>/schemas/apps/gcalctool/showhelp</key>
98 <owner>gcalctool</owner>
101 <default>false</default>
102 <short>Show Help</short>
104 Indicates whether tooltip help should be enabled.
109 <applyto>/apps/gcalctool/showregisters</applyto>
110 <key>/schemas/apps/gcalctool/showregisters</key>
111 <owner>gcalctool</owner>
114 <default>false</default>
115 <short>Show Registers</short>
117 Indicates whether the memory register window is
123 <applyto>/apps/gcalctool/righthanded</applyto>
124 <key>/schemas/apps/gcalctool/righthanded</key>
125 <owner>gcalctool</owner>
128 <default>true</default>
129 <short>Right Handed</short>
131 Indicates whether the calculator is started with a
132 "right-handed" display style.
137 <applyto>/apps/gcalctool/trigtype</applyto>
138 <key>/schemas/apps/gcalctool/trigtype</key>
139 <owner>gcalctool</owner>
142 <default>DEG</default>
143 <short>Trigonometric type</short>
145 The initial trigonometric type. Valid values are
153 <applyto>/apps/gcalctool/beep</applyto>
154 <key>/schemas/apps/gcalctool/beep</key>
155 <owner>gcalctool</owner>
158 <default>true</default>
161 Indicates whether a beep should sound in the
162 event of an error (such as invalid input, or
163 if the display needs to be cleared).