summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 19c0d36..b125cd9 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -31,6 +31,7 @@ typedef struct {
GtkWidget *container;
MqTabChrome *chrome;
MqTabBody *body;
+ GtkWidget *tab;
GtkWidget *tab_image;
GtkWidget *tab_label;
guint tab_position;
@@ -38,7 +39,10 @@ typedef struct {
} MqTab;
MqTab *
-mq_tab_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label);
+mq_tab_new(gchar *uri);
+
+GtkWidget *
+mq_tab_get_tab(MqTab *tab);
GtkWidget *
mq_tab_get_container(MqTab *tab);