summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 96385a3..035be40 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -28,6 +28,7 @@
typedef struct {
GtkWidget *tab_image;
GtkWidget *tab_label;
+ guint tab_position;
GtkWidget *container;
GtkWidget *uri_entry;
WebKitWebView *web_view;
@@ -40,6 +41,9 @@ GtkWidget *
mq_tab_chrome_get_container(MqTabChrome *chrome);
void
+mq_tab_chrome_update_tab_position(MqTabChrome *chrome, guint position);
+
+void
mq_tab_chrome_set_web_view(MqTabChrome *chrome, WebKitWebView *web_view);
#endif