diff options
Diffstat (limited to 'src/gui/window-int.h')
-rw-r--r-- | src/gui/window-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/window-int.h b/src/gui/window-int.h index b72a499..4f3dd57 100644 --- a/src/gui/window-int.h +++ b/src/gui/window-int.h @@ -38,6 +38,9 @@ struct _GtkFrameworkWindow GSettings *settings; /* Paramètres globaux */ GtkTilingGrid *grid; /* Réceptacle de panneaux */ + GtkStatusStack *status; /* Barre de statut */ + + GtkTiledPanel *main; /* Panneau principal courant */ }; |