diff options
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); + |