summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 35e96b3..2802306 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -51,6 +51,8 @@ struct MqTab {
const gchar *title;
WebKitWebView *web_view;
GtkWidget *popover;
+ gboolean scrolling;
+ gchar *scrolled_title;
};
MqTab *
@@ -74,4 +76,13 @@ mq_tab_get_title(MqTab *tab);
MqTab *
mq_tab_seek(MqTab *node, guint position);
+void
+mq_tab_scroll_tab_labels(MqTab *root);
+
+void
+mq_tab_begin_scrolling_tab_labels(MqTab *root);
+
+void
+mq_tab_end_scrolling_tab_labels(MqTab *root);
+
#endif