From 38b410011b97e995ee7feb1c448e903d2f323098 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 20 Aug 2012 13:54:32 +0300 Subject: ephy-embed: add the overview and a overview-mode property Toggling this property will toggle visibility of the overview and the paned with the normal embed contents. --- embed/ephy-embed.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'embed/ephy-embed.h') diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 91fc06e57..7820318d8 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -22,6 +22,7 @@ #ifndef EPHY_EMBED_H #define EPHY_EMBED_H +#include "ephy-overview.h" #include "ephy-web-view.h" #include @@ -61,6 +62,10 @@ void ephy_embed_auto_download_url (EphyEmbed *embed, const char *url); void ephy_embed_entering_fullscreen (EphyEmbed *embed); void ephy_embed_leaving_fullscreen (EphyEmbed *embed); +void ephy_embed_set_overview_mode (EphyEmbed *embed, + gboolean overview_mode); +gboolean ephy_embed_get_overview_mode (EphyEmbed *embed); +EphyOverview*ephy_embed_get_overview (EphyEmbed *embed); G_END_DECLS -- cgit v1.2.3