diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-05-22 02:20:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-05-22 02:20:56 (GMT) |
commit | 8ef19378427c1b2d88f72817ff2870445bf674d3 (patch) | |
tree | 6595eb8ecc101ad65b9dff54e207f72bad00c035 /src/gtkext/statusstack.h | |
parent | 7ca9cee6632d1122984d8095115756877ee70f5f (diff) |
Allow simple messages in the status bar.
Diffstat (limited to 'src/gtkext/statusstack.h')
-rw-r--r-- | src/gtkext/statusstack.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gtkext/statusstack.h b/src/gtkext/statusstack.h index 66ad6db..4995596 100644 --- a/src/gtkext/statusstack.h +++ b/src/gtkext/statusstack.h @@ -49,6 +49,14 @@ void gtk_status_stack_reset(GtkStatusStack *); +/* ----------------------- MISE EN AVANT DES MESSAGES SIMPLES ----------------------- */ + + +/* Inscrit un message simple dans la barre de statut. */ +void gtk_status_stack_display_message(GtkStatusStack *, const char *); + + + /* -------------------- STATUT DES INFORMATIONS DE DESASSEMBLAGE -------------------- */ |