Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince.schemas.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-02 09:02:13 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-02 09:02:13 (GMT)
commitc4b039033dbf4afb9f5f09f9fc58dd3a4624b562 (patch)
tree27316bd1eee2ee06f3480129772354d474019a24 /data/evince.schemas.in
parentcca6f560c79ff1a30b23c08b9918a77876b69d13 (diff)
Persist size/visibility of sidebar per document
2005-09-02 Marco Pesenti Gritti <mpg@redhat.com> * data/evince.schemas.in: * shell/ev-window.c: (update_chrome_visibility), (setup_document_from_metadata), (update_sidebar_visibility), (setup_view_from_metadata), (ev_window_sidebar_position_change_cb), (ev_window_run_fullscreen), (ev_window_stop_fullscreen), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_view_sidebar_cb), (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions), (load_chrome), (ev_window_init): Persist size/visibility of sidebar per document
Diffstat (limited to 'data/evince.schemas.in')
-rw-r--r--data/evince.schemas.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/evince.schemas.in b/data/evince.schemas.in
index 815738a..c074042 100644
--- a/data/evince.schemas.in
+++ b/data/evince.schemas.in
@@ -12,17 +12,6 @@
</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>
@@ -33,16 +22,5 @@
<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>