diff options
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 685b70613..8c3846d10 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -36,6 +36,8 @@ void ephy_gui_menu_position_under_widget (GtkMenu *menu, gboolean *push_in, gpointer user_data); +gboolean ephy_gui_is_middle_click (void); + gboolean ephy_gui_select_row_by_key (GtkTreeView *treeview, gint column, guint32 unicode); |