summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-07-24 22:04:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-07-24 22:04:04 (GMT)
commit39ead30e3bcb19925946e9e3d752486d6cc1d0cb (patch)
treef189fa8f301916619aebdcbeac7217928c6ae481 /src/gui/window.h
parent1596de25f349ca065422074327e208cfca7d8d3f (diff)
Display new panels inside the main window when needed.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 4e73a76..56c56ec 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -29,6 +29,7 @@
#include "../glibext/helpers.h"
+#include "../gtkext/panel.h"
@@ -46,6 +47,9 @@ DECLARE_GTYPE(GtkFrameworkWindow, gtk_framework_window, GTK, FRAMEWORK_WINDOW);
/* Crée une nouvelle application principale pour Chrysalide. */
GtkApplicationWindow *gtk_framework_window_new(GtkApplication *);
+/* Ajoute un panneau à la fenêtre principale de Chrysalide. */
+void gtk_framework_window_add(GtkFrameworkWindow *, GtkTiledPanel *);
+
#endif /* _GUI_WINDOW_H */