diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 14:07:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 14:07:03 (GMT) |
commit | 530cd02edf04a3df85a1b40f476f2b2d54793e4e (patch) | |
tree | f0616f6478c52b018679cc4cec1b06d9e37331a1 /src/gtkext/panel.h | |
parent | 54d05927811a59db294af8a24258c0b837360492 (diff) |
Take into account widgets provided by panels for the title bar.gtk4
Diffstat (limited to 'src/gtkext/panel.h')
-rw-r--r-- | src/gtkext/panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/panel.h b/src/gtkext/panel.h index 407cb06..d2259ef 100644 --- a/src/gtkext/panel.h +++ b/src/gtkext/panel.h @@ -38,6 +38,9 @@ DECLARE_GTYPE(GtkTiledPanel, gtk_tiled_panel, GTK, TILED_PANEL); +/* Fournit les composants adaptés pour la barre de titre. */ +GListStore *gtk_tiled_panel_get_title_widgets(GtkTiledPanel *, bool); + |