mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add subtitle setters
This commit is contained in:
parent
3cfc809d5c
commit
fe0586a054
4 changed files with 24 additions and 0 deletions
|
|
@ -47,4 +47,12 @@ void Header::set_title(
|
|||
main->set_title(
|
||||
text
|
||||
);
|
||||
}
|
||||
|
||||
void Header::set_subtitle(
|
||||
const Glib::ustring text
|
||||
) {
|
||||
main->set_subtitle(
|
||||
text
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue