summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 53ce9ce..b49d72d 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -86,6 +86,18 @@ mq_tab_seek(MqTab *node, guint position);
void
mq_tab_foreach(MqTab *node, void (*cb)(MqTab *node, va_list ap), ...);
+MqTab *
+mq_tab_root(MqTab *node);
+
+MqTab *
+mq_tab_previous(MqTab *node);
+
+MqTab *
+mq_tab_next(MqTab *node);
+
+MqTab *
+mq_tab_first_child(MqTab *node);
+
void
mq_tab_scroll_tab_labels(MqTab *node);