1 /*
2  * Copyright (c) 2011, 2012 Red Hat, Inc.
3  *
4  * Gnome Documents is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by the
6  * Free Software Foundation; either version 2 of the License, or (at your
7  * option) any later version.
8  *
9  * Gnome Documents is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12  * for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with Gnome Documents; if not, write to the Free Software Foundation,
16  * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17  *
18  * Author: Cosimo Cecchi <cosimoc@redhat.com>
19  *
20  */
21 
22 #ifndef __GD_ENTRY_FOCUS_HACK_H__
23 #define __GD_ENTRY_FOCUS_HACK_H__
24 
25 #include <gtk/gtk.h>
26 
27 void   gd_entry_focus_hack (GtkWidget *entry,
28                             GdkDevice *device);
29 
30 #endif/* __GD_ENTRY_FOCUS_HACK_H__ */
31