Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
blob: 60d37de2b4eb218b73c393a41e0283063aceac1e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<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_sidebar</key>
      <applyto>/apps/evince/show_sidebar</applyto>
      <owner>evince</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show sidebar by default</short>
        <long>Sidebar is the side item that contains the Index and Thumbnail lists.  Two boolean options, true makes sidebar visible by default while false makes sidebar 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>
    <schema>
      <key>/schemas/apps/evince/sidebar_size</key>
      <applyto>/apps/evince/sidebar_size</applyto>
      <owner>evince</owner>
      <type>int</type>
      <default>132</default>
      <locale name="C">
        <short>Default sidebar size</short>
        <long>Sidebar is the side item that contains the Index and Thumbnail lists.  The default size sets the sidebar's width in pixels based from the side of the window.  Any integer will be accepted.  The sidebar will never shrink smaller than the size of the text required to display Thumbnails or Index.  Large values will cause the sidebar to take up as much of the page display area as possible relative to the window's size.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>