summaryrefslogtreecommitdiff
path: root/src/gui/window-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window-int.h')
-rw-r--r--src/gui/window-int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/window-int.h b/src/gui/window-int.h
index d79e189..4f3dd57 100644
--- a/src/gui/window-int.h
+++ b/src/gui/window-int.h
@@ -37,7 +37,10 @@ struct _GtkFrameworkWindow
GSettings *settings; /* Paramètres globaux */
- GtkStack *grid; /* Réceptacle de panneaux */
+ GtkTilingGrid *grid; /* Réceptacle de panneaux */
+ GtkStatusStack *status; /* Barre de statut */
+
+ GtkTiledPanel *main; /* Panneau principal courant */
};