From 28d0f5ef3b3dbc5892ad23a5bdd8934ec9ae709a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 07 Oct 2017 23:04:50 -0400 Subject: mq_window_toggle_fullscreen(): New function --- (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 1764b3c..94c526b 100644 --- a/src/window.h +++ b/src/window.h @@ -36,6 +36,7 @@ struct MqWindow { GtkWidget *notebook; MqTab *root_tab; guint current_tab; + gboolean fullscreen; }; MqWindow * @@ -48,6 +49,9 @@ MqApplication * mq_window_get_application(MqWindow *window); void +mq_window_toggle_fullscreen(MqWindow *window); + +void mq_window_insert_tab(MqWindow *window, GtkWidget *tab_page, GtkWidget *tab_label, gint position); -- cgit v0.9.1