From 2c8c840466f3948e431ae851417e5ef92acf6fa7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 16 Feb 2005 18:50:26 +0000 Subject: Automatically hide the fullscreen button. Patch by Kristian Høgsberg 2005-02-16 Marco Pesenti Gritti * 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 --- (limited to 'shell/ev-view.h') 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__ */ -- cgit v0.9.1