summaryrefslogtreecommitdiff
path: root/shell/eggfindbar.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-09 12:06:02 +0100
committerStefano Karapetsas <[email protected]>2014-02-09 12:06:02 +0100
commitd282ff3e6a5d6fb3d3e73a7ccf8c2dfc600720ad (patch)
tree4bd83ac222c92bd1601039370549845095cc688b /shell/eggfindbar.h
parent9ba2765d71e217254d2a3429b043430dbc9ff5d1 (diff)
parentd771130748b90fdeb3c05d12c8652c7ab3f7f081 (diff)
downloadatril-d282ff3e6a5d6fb3d3e73a7ccf8c2dfc600720ad.tar.bz2
atril-d282ff3e6a5d6fb3d3e73a7ccf8c2dfc600720ad.tar.xz
Merge pull request #63 from bl0ckeduser/master
Fix for #47 (Ctrl-A in search field)
Diffstat (limited to 'shell/eggfindbar.h')
-rw-r--r--shell/eggfindbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h
index 7a7487e3..975f9790 100644
--- a/shell/eggfindbar.h
+++ b/shell/eggfindbar.h
@@ -75,6 +75,8 @@ void egg_find_bar_get_current_match_color (EggFindBar *find_bar,
void egg_find_bar_set_status_text (EggFindBar *find_bar,
const char *text);
+void egg_find_bar_grab_focus (GtkWidget *widget);
+
G_END_DECLS
#endif /* __EGG_FIND_BAR_H__ */