add subtitle setters

This commit is contained in:
yggverse 2024-08-27 16:22:48 +03:00
parent 3cfc809d5c
commit fe0586a054
4 changed files with 24 additions and 0 deletions

View file

@ -28,6 +28,10 @@ namespace app::browser::header
void set_title(
const Glib::ustring & TEXT
);
void set_subtitle(
const Glib::ustring & TEXT
);
};
}