summaryrefslogtreecommitdiff
path: root/src/gui/window-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-05-22 02:37:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-05-22 02:37:08 (GMT)
commitc3fb323e06bafe2fa04a00c29cf07a7bf4e44b37 (patch)
tree7a756b9edce8262c7dfb072ecb8e003754dc0a07 /src/gui/window-int.h
parent8ef19378427c1b2d88f72817ff2870445bf674d3 (diff)
Notify panel [de]activations.
Diffstat (limited to 'src/gui/window-int.h')
-rw-r--r--src/gui/window-int.h3
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 */
};