Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-02-16 18:50:26 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-16 18:50:26 (GMT)
commit2c8c840466f3948e431ae851417e5ef92acf6fa7 (patch)
tree8d43e4453e96b8c85718a648c1f240f8dcd394f4 /shell/ev-view.h
parent11e0560261020abaa19efd5f1c901838855c7628 (diff)
Automatically hide the fullscreen button. Patch by Kristian Høgsberg
2005-02-16 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_realize), (highlight_find_results), (ev_view_create_invisible_cursor), (ev_view_set_cursor), (set_document_page), (document_changed_callback), (ev_view_set_document), (ev_view_find_previous), (ev_view_hide_cursor), (ev_view_show_cursor): * shell/ev-view.h: * shell/ev-window.c: (update_chrome_visibility), (fullscreen_timeout_cb), (fullscreen_set_timeout), (fullscreen_clear_timeout), (fullscreen_motion_notify_cb), (fullscreen_leave_notify_cb), (ev_window_fullscreen), (ev_window_unfullscreen): * shell/main.c: (main): Automatically hide the fullscreen button. Patch by Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 5feb0f7..2fdb38a 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -78,6 +78,10 @@ void ev_view_find_previous (EvView *view);
const char *ev_view_get_status (EvView *view);
const char *ev_view_get_find_status (EvView *view);
+/* Cursor */
+void ev_view_hide_cursor (EvView *view);
+void ev_view_show_cursor (EvView *view);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */