diff options
Diffstat (limited to 'src/gui/window-int.h')
-rw-r--r-- | src/gui/window-int.h | 5 |
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 */ }; |