From 73eba9d25be572255997d2ea61d798e0d547b069 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 28 Sep 2017 14:59:16 -0400 Subject: mq_tab_get_position(): New function --- (limited to 'src/tab.h') diff --git a/src/tab.h b/src/tab.h index 0553fe4..35e96b3 100644 --- a/src/tab.h +++ b/src/tab.h @@ -65,6 +65,9 @@ mq_tab_new_root(MqWindow *window); void mq_tab_update_position(MqTab *tab, guint position); +guint +mq_tab_get_position(MqTab *tab); + const gchar * mq_tab_get_title(MqTab *tab); -- cgit v0.9.1