Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
blob: c0740423cee9c711a39cc910cd83fdb4a6de92a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/evince/show_toolbar</key>
      <applyto>/apps/evince/show_toolbar</applyto>
      <owner>evince</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show toolbar by default</short>
        <long>Toolbar is the top bar that contains navigation and zoom controls.  Two boolean options, true makes toolbar visible by default while false makes toolbar not visible by default.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/evince/show_statusbar</key>
      <applyto>/apps/evince/show_statusbar</applyto>
      <owner>evince</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show statusbar by default</short>
        <long>Statusbar is the standard bottom bar that display additional information about links and other actions.  Two boolean options, true makes the statusbar visible by default while false makes sidebar not visible by default.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>