Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/eggfindbar.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/eggfindbar.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/eggfindbar.h')
-rw-r--r--shell/eggfindbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h
index 0ac665a..217a180 100644
--- a/shell/eggfindbar.h
+++ b/shell/eggfindbar.h
@@ -67,6 +67,9 @@ void egg_find_bar_get_current_match_color (EggFindBar *find_bar,
GdkColor *color);
void egg_find_bar_grab_focus (EggFindBar *find_bar);
+void egg_find_bar_set_status_text (EggFindBar *find_bar,
+ const char *text);
+
G_END_DECLS
#endif /* __EGG_FIND_BAR_H__ */