summaryrefslogtreecommitdiff
path: root/src/gtkext/panel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/panel-int.h')
-rw-r--r--src/gtkext/panel-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gtkext/panel-int.h b/src/gtkext/panel-int.h
index 593e5b4..07ade20 100644
--- a/src/gtkext/panel-int.h
+++ b/src/gtkext/panel-int.h
@@ -30,6 +30,11 @@
+/* Fournit les composants adaptés pour la barre de titre. */
+typedef GListStore * (* get_tiled_panel_widgets_cb) (GtkTiledPanel *, bool);
+
+
+
/* Elément réactif pour panneaux de l'éditeur (instance) */
struct _GtkTiledPanel
{
@@ -42,6 +47,8 @@ struct _GtkTiledPanelClass
{
GtkBoxClass parent; /* A laisser en premier */
+ get_tiled_panel_widgets_cb get_widgets; /* Récupération de composants */
+
};