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:
authorHavoc Pennington <hp@redhat.com>2004-12-23 06:59:04 (GMT)
committer Havoc Pennington <hp@src.gnome.org>2004-12-23 06:59:04 (GMT)
commit1f7e03f2861f4b8d2bb75bd220754b7a89b7847e (patch)
tree3611ca7d83d0ed053c4333fde49467fec742cd3a /shell/ev-view.h
parent99c9d3fafb8944bedbad648b8ba8f2c9a5c7ac29 (diff)
hook up potentially-questionable "find results status text" feature -
2004-12-23 Havoc Pennington <hp@redhat.com> * shell/ev-window.c: hook up potentially-questionable "find results status text" feature - something involving the sidebar or scrollbar or a continuous all-pages-on-giant-roll-of-paper-view might be better in the end. * shell/ev-view.c (ev_view_get_find_status_message): new function, with corresponding signal when it should be updated * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index f175b16..600c7b9 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -49,6 +49,8 @@ void ev_view_normal_size (EvView *view);
void ev_view_best_fit (EvView *view);
void ev_view_fit_width (EvView *view);
+char* ev_view_get_find_status_message (EvView *view);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */