diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 08:38:25 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 08:38:25 (GMT) | 
| commit | 597ccba5285e5423bfe63d010b23293b62b452d4 (patch) | |
| tree | 73b783e0259f6609b282c7f3fdc6ab62245256a1 /src/gtkext/panel.h | |
| parent | 91ff093198c22d474d3fe0fd6fa290d95dbffb79 (diff) | |
Rewrite the tiling layout using widgets.
Diffstat (limited to 'src/gtkext/panel.h')
| -rw-r--r-- | src/gtkext/panel.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gtkext/panel.h b/src/gtkext/panel.h index d2259ef..3b0361e 100644 --- a/src/gtkext/panel.h +++ b/src/gtkext/panel.h @@ -38,8 +38,11 @@  DECLARE_GTYPE(GtkTiledPanel, gtk_tiled_panel, GTK, TILED_PANEL); +/* Indique l'emplacement attendu pour un affichage. */ +char *gtk_tiled_panel_get_path(const GtkTiledPanel *); +  /* Fournit les composants adaptés pour la barre de titre. */ -GListStore *gtk_tiled_panel_get_title_widgets(GtkTiledPanel *, bool); +GListStore *gtk_tiled_panel_get_title_widgets(const GtkTiledPanel *, bool);  | 
