summaryrefslogtreecommitdiff
path: root/midori/midori-view.h
diff options
context:
space:
mode:
authorAndré Stösel <andre@stoesel.de>2012-03-18 09:32:32 +0100
committerChristian Dywan <christian@twotoasts.de>2012-03-18 09:32:32 +0100
commit51c2f3e6a5c66467429faa387c29a69199b7a4d9 (patch)
tree4319102686f1254b1bb11cac0d9963ecb85993d9 /midori/midori-view.h
parent7b50efd846cbf374c8cff558c6195f8540e5e8d5 (diff)
downloadmidori-51c2f3e6a5c66467429faa387c29a69199b7a4d9.tar.gz
Show statusbar text in overlay instead of urlbar
If the statusbar is hidden in GTK+ 3.2 or newer the text appears in an overlay on the view. midori_view_set_overlay_text sets the overlay label.
Diffstat (limited to 'midori/midori-view.h')
-rw-r--r--midori/midori-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/midori/midori-view.h b/midori/midori-view.h
index 192a1fe8..c6914515 100644
--- a/midori/midori-view.h
+++ b/midori/midori-view.h
@@ -96,6 +96,10 @@ void
midori_view_set_uri (MidoriView* view,
const gchar* uri);
+void
+midori_view_set_overlay_text (MidoriView* view,
+ const gchar* text);
+
gboolean
midori_view_is_blank (MidoriView* view);